I don’t know why but my docker recently have been getting a lot of bugs and I even re-installed him, but anyway I’m trying to do this basic command but is not working guys
help pls
2
you are passing the wrong name
use this one instead:
docker run hello-world
You must search the image with:
docker search hello-world
or
docker search "hello world"
In the first line appear the correct name that is hello-world, then write:
docker pull hello-world docker run hello-world
Click here to cancel reply.
2
Answers
you are passing the wrong name
use this one instead:
You must search the image with:
or
In the first line appear the correct name that is hello-world, then write: