Closed hroest closed 3 days ago
Oh, sorry missed that. Is this still an issue? The only cases where I have seen this is when the Docker storage backend has some problems. Changing the backend to devicemapper or aufs can help here, depending on your OS and the Docker version.
Thanks to @jyotipm29 we are back on track :smile: 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.
When starting up a galaxy instance, I get this exception:
it seems to not be a big issue and everything works as expected, but maybe this points to an underlying problem.