Last active
May 17, 2016 21:40
-
-
Save PDegenPortnoy/3fc63e433d6356a018a97c68174d60ae to your computer and use it in GitHub Desktop.
Shell output: docker-compose up -d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[node1] (swarm) [email protected] ~/orchestration-workshop/dockercoins | |
$ docker-compose up -d | |
Creating network "dockercoins_default" with the default driver | |
Starting dockercoins_webui_1 | |
Starting dockercoins_rng_1 | |
Starting dockercoins_worker_1 | |
Starting dockercoins_redis_1 | |
Starting dockercoins_hasher_1 | |
ERROR: for rng No such network: dockercoins_default | |
ERROR: for redis No such network: dockercoins_default | |
ERROR: for hasher No such network: dockercoins_default | |
ERROR: for worker No such network: dockercoins_default | |
ERROR: for webui No such network: dockercoins_default | |
Traceback (most recent call last): | |
File "<string>", line 3, in <module> | |
File "compose/cli/main.py", line 63, in main | |
AttributeError: 'ProjectError' object has no attribute 'msg' | |
docker-compose returned -1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment