Skip to content

Instantly share code, notes, and snippets.

@christopherobin
Created June 9, 2015 06:30
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 christopherobin/cc6a6cc2878b462fd19c to your computer and use it in GitHub Desktop.
Save christopherobin/cc6a6cc2878b462fd19c to your computer and use it in GitHub Desktop.
Docker invalid image
crobin@crobin-linux ~ $ docker images
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
art/aeriscloud.nodejs <none> 2eb31902c905 32 minutes ago 701.7 MB
crobin@crobin-linux ~ $ docker inspect art/aeriscloud.nodejs
Error: No such image or container: art/aeriscloud.nodejs
[]
crobin@crobin-linux ~ $ docker inspect 2eb31902c905
[{
// proper inspect data
}
]
crobin@crobin-linux ~ $ docker rmi 2eb31902c905
Error response from daemon: No such repository: art/aeriscloud.nodejs
FATA[0000] Error: failed to remove one or more images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment