Created
January 21, 2018 00:32
-
-
Save akoidan/968bcb09d8a7cc5832b6a516b94d984f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| docker-compose up | |
| Recreating docker_nginx_1 ... | |
| Recreating docker_nginx_1 | |
| Creating docker_db_1 ... | |
| Creating docker_redis_1 ... | |
| Creating docker_db_1 | |
| Recreating docker_nginx_1 ... done | |
| Recreating docker_server_1 ... | |
| Recreating docker_server_1 ... done | |
| Recreating docker_ws_1 ... | |
| Recreating docker_ws_1 ... error | |
| ERROR: for docker_ws_1 Cannot start service ws: oci runtime error: container_linux.go:295: starting container process caused "exec: \"python\": executable file not found in $PATH" | |
| ERROR: for ws Cannot start service ws: oci runtime error: container_linux.go:295: starting container process caused "exec: \"python\": executable file not found in $PATH" | |
| ERROR: Encountered errors while bringing up the project. | |
| 02:30:24:andrew:/home/andrew/python/djangochat/docker:1 | |
| : docker-compose build | |
| db uses an image, skipping | |
| Building server | |
| ERROR: Couldn't connect to Docker daemon - you might need to run `docker-machine start default`. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment