Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CH03 - Manifest Unknown #13

Open
marciogmorales opened this issue Jan 3, 2020 · 1 comment
Open

CH03 - Manifest Unknown #13

marciogmorales opened this issue Jan 3, 2020 · 1 comment

Comments

@marciogmorales
Copy link

When trying to run:

docker container run -d -P dockeronwindows/ch03-nerd-dinner-web:2e-v2 from the ch03-nerd-dinner-web directory, the issue occurs:

PS C:\DockerStudy\ch03\ch03-nerd-dinner-web> docker container run -d -P dockeronwindows/ch03-nerd-dinner-web:2e-v2
Unable to find image 'dockeronwindows/ch03-nerd-dinner-web:2e-v2' locally
C:\Program Files\Docker\docker.exe: Error response from daemon: manifest for dockeronwindows/ch03-nerd-dinner-web:2e-v2 not found: manifest unknown: manifest unknown.
See 'C:\Program Files\Docker\docker.exe run --help'._

@marciogmorales marciogmorales changed the title CH03 - Manifest Unknow CH03 - Manifest Unknown Jan 3, 2020
@khtan
Copy link

khtan commented Feb 23, 2021

This is a typo. The container with the tag :2e-v2 does not exist. It is tagged :v2.
So, the following will work :
docker container run -d -P dockeronwindows/ch03-nerd-dinner-web:v2

Agreed that Docker error messages are very hard to understand - it is basically saying container is not found but in its own developer lingo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants