Skip to content

Instantly share code, notes, and snippets.

@aanand
Last active August 29, 2015 13:57
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 aanand/9812490 to your computer and use it in GitHub Desktop.
Save aanand/9812490 to your computer and use it in GitHub Desktop.
$ curl 'http://localhost:4243/v1.10/version'
{"Arch":"amd64","GitCommit":3600720,"GoVersion":"go1.2.1","KernelVersion":"3.8.0-29-generic","Os":"linux","Version":"0.9.1"}
$ curl --no-buffer -X POST 'http://localhost:4243/v1.10/images/create?fromImage=ubuntu&tag='
{"status":"Pulling repository ubuntu"}
{"status":"Pulling image (raring) from ubuntu","progressDetail":{},"id":"eb601b8965b8"}{"status":"Pulling image (raring) from ubuntu, endpoint: https://cdn-registry-1.docker.io/v1/","progressDetail":{},"id":"eb601b8965b8"}{"status":"Pulling image (lucid) from ubuntu","progressDetail":{},"id":"9cc9ea5ea540"}{"status":"Pulling image (lucid) from ubuntu, endpoint: https://cdn-registry-1.docker.io/v1/","progressDetail":{},"id":"9cc9ea5ea540"}{"status":"Pulling image (saucy) from ubuntu","progressDetail":{},"id":"9f676bd305a4"}{"status":"Pulling image (saucy) from ubuntu, endpoint: https://cdn-registry-1.docker.io/v1/","progressDetail":{},"id":"9f676bd305a4"}{"status":"Pulling image (precise) from ubuntu","progressDetail":{},"id":"9cd978db300e"}{"status":"Pulling image (precise) from ubuntu, endpoint: https://cdn-registry-1.docker.io/v1/","progressDetail":{},"id":"9cd978db300e"}{"status":"Pulling image (quantal) from ubuntu","progressDetail":{},"id":"5ac751e8d623"}{"status":"Pulling image (quantal) from ubuntu, endpoint: https://cdn-registry-1.docker.io/v1/","progressDetail":{},"id":"5ac751e8d623"}{"status":"Pulling dependent layers","progressDetail":{},"id":"eb601b8965b8"}{"status":"Download complete","progressDetail":{},"id":"511136ea3c5a"}{"status":"Download complete","progressDetail":{},"id":"f323cf34fd77"}{"status":"Download complete","progressDetail":{},"id":"eb601b8965b8"}{"status":"Download complete","progressDetail":{},"id":"eb601b8965b8"}{"status":"Pulling dependent layers","progressDetail":{},"id":"9f676bd305a4"}{"status":"Download complete","progressDetail":{},"id":"511136ea3c5a"}{"status":"Download complete","progressDetail":{},"id":"1c7f181e78b9"}{"status":"Download complete","progressDetail":{},"id":"9f676bd305a4"}{"status":"Download complete","progressDetail":{},"id":"9f676bd305a4"}{"status":"Pulling dependent layers","progressDetail":{},"id":"9cd978db300e"}{"status":"Download complete","progressDetail":{},"id":"511136ea3c5a"}{"status":"Download complete","progressDetail":{},"id":"6170bb7b0ad1"}{"status":"Download complete","progressDetail":{},"id":"9cd978db300e"}{"status":"Download complete","progressDetail":{},"id":"9cd978db300e"}{"status":"Pulling dependent layers","progressDetail":{},"id":"9cc9ea5ea540"}{"status":"Download complete","progressDetail":{},"id":"511136ea3c5a"}{"status":"Download complete","progressDetail":{},"id":"7a4f87241845"}{"status":"Download complete","progressDetail":{},"id":"9cc9ea5ea540"}{"status":"Download complete","progressDetail":{},"id":"9cc9ea5ea540"}{"status":"Pulling dependent layers","progressDetail":{},"id":"5ac751e8d623"}{"status":"Download complete","progressDetail":{},"id":"511136ea3c5a"}{"status":"Download complete","progressDetail":{},"id":"321f7f4200f4"}{"status":"Download complete","progressDetail":{},"id":"5ac751e8d623"}{"status":"Download complete","progressDetail":{},"id":"5ac751e8d623"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment