Open mabushey opened 2 years ago
✗ alias terrain='docker run -v $(pwd):/module:ro nicklarsennz/terrain'
✗ terrain Unable to find image 'nicklarsennz/terrain:latest' locally latest: Pulling from nicklarsennz/terrain e585f8f35857: Pull complete f9f62cfdaedc: Pull complete Digest: sha256:0072109074e3362734dbf0f0da69a0ada8e53547bdf956244f77ec8c0cdd41c9 Status: Downloaded newer image for nicklarsennz/terrain:latest docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/terrain\": permission denied": unknown. ERRO[0003] error waiting for container: context canceled
✗ docker run -p 80:80 kennethreitz/httpbin
Unable to find image 'kennethreitz/httpbin:latest' locally latest: Pulling from kennethreitz/httpbin 473ede7ed136: Pull complete c46b5fa4d940: Pull complete 93ae3df89c92: Pull complete 6b1eed27cade: Pull complete 0373952b589d: Pull complete 7b82cd0ee527: Pull complete a36b2d884a89: Pull complete Digest: sha256:599fe5e5073102dbb0ee3dbb65f049dab44fa9fc251f6835c9990f8fb196a72b Status: Downloaded newer image for kennethreitz/httpbin:latest [2022-01-27 23:40:51 +0000] [1] [INFO] Starting gunicorn 19.9.0 [2022-01-27 23:40:51 +0000] [1] [INFO] Listening at: http://0.0.0.0:80 (1) [2022-01-27 23:40:51 +0000] [1] [INFO] Using worker: gevent [2022-01-27 23:40:51 +0000] [8] [INFO] Booting worker with pid: 8
Docker is fine, httpbin runs.
✗ alias terrain='docker run -v $(pwd):/module:ro nicklarsennz/terrain'
✗ terrain Unable to find image 'nicklarsennz/terrain:latest' locally latest: Pulling from nicklarsennz/terrain e585f8f35857: Pull complete f9f62cfdaedc: Pull complete Digest: sha256:0072109074e3362734dbf0f0da69a0ada8e53547bdf956244f77ec8c0cdd41c9 Status: Downloaded newer image for nicklarsennz/terrain:latest docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/terrain\": permission denied": unknown. ERRO[0003] error waiting for container: context canceled
✗ docker run -p 80:80 kennethreitz/httpbin
Unable to find image 'kennethreitz/httpbin:latest' locally latest: Pulling from kennethreitz/httpbin 473ede7ed136: Pull complete c46b5fa4d940: Pull complete 93ae3df89c92: Pull complete 6b1eed27cade: Pull complete 0373952b589d: Pull complete 7b82cd0ee527: Pull complete a36b2d884a89: Pull complete Digest: sha256:599fe5e5073102dbb0ee3dbb65f049dab44fa9fc251f6835c9990f8fb196a72b Status: Downloaded newer image for kennethreitz/httpbin:latest [2022-01-27 23:40:51 +0000] [1] [INFO] Starting gunicorn 19.9.0 [2022-01-27 23:40:51 +0000] [1] [INFO] Listening at: http://0.0.0.0:80 (1) [2022-01-27 23:40:51 +0000] [1] [INFO] Using worker: gevent [2022-01-27 23:40:51 +0000] [8] [INFO] Booting worker with pid: 8
Docker is fine, httpbin runs.