Created
July 5, 2019 23:27
-
-
Save Unitech/2ca7370f4281faa87afa7c7f4d8978bd 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
ubuntu@nomad-worker-7:~$ sudo docker pull dockercloud/hello-world | |
Using default tag: latest | |
latest: Pulling from dockercloud/hello-world | |
486a8e636d62: Pull complete | |
03374a673b41: Pull complete | |
101d2c41032c: Pull complete | |
1252e1f36d2b: Pull complete | |
8385bb1a4377: Pull complete | |
f29c06131731: Pull complete | |
Digest: sha256:c6739be46772256abdd1aad960ea8cf6c6a5f841c12e8d9a65cd5ef23bab45fc | |
Status: Downloaded newer image for dockercloud/hello-world:latest | |
ubuntu@nomad-worker-7:~$ sudo docker run -p 45600:80 dockercloud/hello-world | |
docker: Error response from daemon: driver failed programming external connectivity on endpoint wizardly_aryabhata (6ded12e8b1014f0900042a2bf3a13b01268464f3af18488bb6d35a1bd16f955c): (iptables failed: iptables --wait -t filter -A DOCKER ! -i docker0 -o docker0 -p tcp -d 172.17.0.2 --dport 80 -j ACCEPT: iptables: No chain/target/match by that name. | |
(exit status 1)). | |
ERRO[0002] error waiting for container: context canceled |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment