Created
June 9, 2015 06:30
-
-
Save christopherobin/cc6a6cc2878b462fd19c to your computer and use it in GitHub Desktop.
Docker invalid image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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