bgruening / docker-galaxy

:whale::bar_chart::books: Docker Images tracking the stable Galaxy releases.
http://bgruening.github.io/docker-galaxy
MIT License
226 stars 134 forks source link

bug report: when using docker swarm build galaxy, we can't upload file. #537

Open lizhi16 opened 4 years ago

lizhi16 commented 4 years ago
image

This error shows " Command '['docker', 'images']' returned non-zero exit status 1"

Configuration: 2 node: one is the master node and another is the work node

docker swarm to manage the nodes

I follow the ./docker-galaxy-stable/compose/README.md to deploy the swarm. And the galaxy can run, but the upload function cannot work. So we can't test other functions.

Would you please tell us how to solve this problem?

lizhi16 commented 4 years ago

We re-install the galaxy container, and this error disappear. But we meet a new one that we can't upload the file.

image

we stop in the step for an hour, and the file is still uploading. This file is just 50k.

What is wrong with the project...