Skip to content

Instantly share code, notes, and snippets.

@danehans
Created October 1, 2015 21:40
Show Gist options
  • Save danehans/d058554c62a5faa36f2e to your computer and use it in GitHub Desktop.
Save danehans/d058554c62a5faa36f2e to your computer and use it in GitHub Desktop.
# docker version
Client version: 1.7.1.fc21
Client API version: 1.19
Package Version (client): docker-io-1.7.1-2.git33de319.fc21.x86_64
Go version (client): go1.4.2
Git commit (client): 33de319/1.7.1
OS/Arch (client): linux/amd64
Server version: 1.7.1.fc21
Server API version: 1.19
Package Version (server): docker-io-1.7.1-2.git33de319.fc21.x86_64
Go version (server): go1.4.2
Git commit (server): 33de319/1.7.1
OS/Arch (server): linux/amd64
-bash-4.3# sudo docker run --rm -ti cirros /bin/sh
Unable to find image 'cirros:latest' locally
latest: Pulling from docker.io/cirros
a6019b6fb468: Pull complete
8dd3dd210e71: Pull complete
5292a1d619f5: Pull complete
6470003c1d9c: Pull complete
d8de71c04044: Pull complete
Digest: sha256:05dc8ce8beb485826be45b80130d0e8693144bdec091d2674d71370011220229
Status: Downloaded newer image for docker.io/cirros:latest
Error deleting container: Error response from daemon: Cannot destroy container 4c4df632c277dcc72602d632116d988b4199a495c0b8f0e78289c7172d6e3027: Conflict, You cannot remove a running container. Stop the container before attempting removal or use -f
Post http:///var/run/docker.sock/v1.19/containers/4c4df632c277dcc72602d632116d988b4199a495c0b8f0e78289c7172d6e3027/start: EOF. Are you trying to connect to a TLS-enabled daemon without TLS?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment