Closed JoelPHoward closed 3 days ago
The new 24.1 image contains a lot of changes and reflects the latest developments in Galaxy. I would like to close this PR, but please feel free to reopen and rebase against the latest version.
Please give it a try:
docker run -p 8080:80 -p 8021:21 -p 4002:4002 --privileged=true -e "GALAXY_DESTINATIONS_DEFAULT=slurm_cluster_docker" -v /tmp/galaxy-data/:/export/ quay.io/bgruening/galaxy:24.1
... or any other combination. The readme has been updated. Please add any useful tip to it.
For a list of changes, see the Changelog.
Hi, I am trying to pull/run docker-galaxy-stable via the following:
Where /Users/joelhoward/galaxy/ is a fresh directory. This seems to pull the image with no issues, but while it is creating the export volume, I run into the following error:
And then the following repeats:
I am using Docker version 20.10.3, build 48d30b5 (Docker for Mac). If I exclude the line
-v /Users/joelhoward/galaxy/export/:/export/
it works and I can open galaxy in my browser.Any help with this would be appreciated.