You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docker/docker-compose.yml file is no longer valid:
docker-compose up -d
Creating network "docker_default" with the default driver
Pulling orbeon (tiredofit/orbeon:latest)...
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.Continue with the new image? [yN]yPulling orbeon (tiredofit/orbeon:latest)...ERROR: pull access denied for tiredofit/orbeon, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
The text was updated successfully, but these errors were encountered:
Comment from my side: I ran into the same issue. As a workaround, I adjusted several parts of the docker directory and added an own orbeon-Dockerfile (https://github.com/Msch0150/numishare/tree/master/docker). I created it for my own usage. But maybe it can help.
Currently I am running numishare on Windows-Subsystem for Linux (ubuntu) and I copy the content of docker/setup.sh and paste it into an ubuntu terminal. It will make some preparation for the collection in the variable "${COLLECTIONS}". Attention: it will remove all containers as a cleanup.
The docker/docker-compose.yml file is no longer valid:
The text was updated successfully, but these errors were encountered: