Skip to content

Instantly share code, notes, and snippets.

@crosbymichael
Created September 13, 2013 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crosbymichael/6556226 to your computer and use it in GitHub Desktop.
Save crosbymichael/6556226 to your computer and use it in GitHub Desktop.

LINUX

└[~GOPATH/src/github.com/dotcloud/docker/docker]> sudo ./docker -d -H 0.0.0.0:4243 Loading containers: done. 2013/09/13 21:18:34 WARNING: You are running linux kernel version 3.2.0-23-generic, which might be unstable running docker. Please upgrade your kernel to 3.8.0. 2013/09/13 21:18:34 /!\ DON'T BIND ON ANOTHER IP ADDRESS THAN 127.0.0.1 IF YOU DON'T KNOW WHAT YOU'RE DOING /!
2013/09/13 21:18:34 Listening for HTTP on 0.0.0.0:4243 (tcp) 2013/09/13 21:18:47 GET /v1.5/containers/json

MAC

┌[michael@Michaels-MacBook-Pro] [/dev/ttys000] [master ⚡] └[~GOPATH/src/github.com/dotcloud/docker/docker]> ./docker -H :4243 ps ID IMAGE COMMAND CREATED STATUS PORTS

@crosbymichael
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment