Skip to content

Instantly share code, notes, and snippets.

@orkaa
Created November 28, 2015 23:46
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 orkaa/47dda8ce8a7fb0bb1a1f to your computer and use it in GitHub Desktop.
Save orkaa/47dda8ce8a7fb0bb1a1f to your computer and use it in GitHub Desktop.
root@dev# docker images | grep lala
test:4000/lala latest ce3e63034b09 2 minutes ago 474.2 MB
test4000/lala latest ce3e63034b09 2 minutes ago 474.2 MB
root@dev# curl http://172.17.42.1:2375/images/json?filter="test:4000/lala"
[]
root@dev# curl http://172.17.42.1:2375/images/json?filter="test4000/lala"
[{"Id":"ce3e63034b0940729c6e208c87ce5028c2b6fe6abb0e2a5d0715207be35c4651","ParentId":"973bec2aaff33d0ab02ee5701d9a69a36f16fe4eaf1841a62dae30a8d6074a09","RepoTags":["test4000/lala:latest"],"RepoDigests":[],"Created":1448700606,"Size":24410985,"VirtualSize":474190804,"Labels":{}}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment