run hello-world
image in a new container
# docker run hello-world docker : Unable to find image 'hello-world:latest' locally ... latest: Pulling from library/hello-world pull from Docker Hub ca4f61b1923c: Pulling fs layer ca4f61b1923c: Download complete ca4f61b1923c: Pull complete Digest: sha256:97ce6fa4b6cdc0790cda65fe7290b74cfebd9fa0c9b8c38e979330d547d22ce1 Status: Downloaded newer image for hello-world:latest Hello from Docker! This message shows that your installation appears to be working correctly. ...