Skip to content

Instantly share code, notes, and snippets.

@QuinnyPig
Last active August 29, 2015 13:57
Show Gist options
  • Save QuinnyPig/9542751 to your computer and use it in GitHub Desktop.
Save QuinnyPig/9542751 to your computer and use it in GitHub Desktop.
cquinn@sequinn ~ % boot2docker start [1] 1 3506 22:50:25 Thu 03-13-2014
[2014-03-13 22:50:28] boot2docker-vm is already running.
To connect the docker client to the Docker daemon, please set:
export DOCKER_HOST=tcp://localhost:4243
cquinn@sequinn ~ % export DOCKER_HOST=tcp://localhost:4243 0
cquinn@sequinn ~ % docker pull learn/tutorial 4 3509 22:51:22 Thu 03-13-2014
Pulling repository learn/tutorial
8dbd9e392a96: Download complete
cquinn@sequinn ~ % docker run learn/tutorial echo "hello world"
[error] client.go:2277 Error receiveStdout: Unrecognized input header
2014/03/13 22:53:04 Unrecognized input header
cquinn@sequinn ~ % docker version
Client version: 0.9.0
Go version (client): go1.2.1
Git commit (client): 2b3fdf2
Server version: 0.8.1
Git commit (server): a1598d1
Go version (server): go1.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment