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
When I launch SynBioHub via docker-compose I get a slow but steady stream of synbiohub_1 | info: redirecting and synbiohub_autoheal_1 exited with code 7.
The problem seemed to be an old version of docker and docker-compose. CentOS 7 uses a version of docker that is several years old by default, and the same goes for docker-compose.
The solution seems to be installing docker-ce from the docker yum repository, and docker-compose via manual download per the install instructions for each of those projects.
When I launch SynBioHub via docker-compose I get a slow but steady stream of
synbiohub_1 | info: redirecting
andsynbiohub_autoheal_1 exited with code 7
.Where I got the docker-compose file:
How I launched it (from the README):
I'm running on CentOS 7.
The text was updated successfully, but these errors were encountered: