


Reason - It gets executed once and exit immediately.ĬONTAINER ID IMAGE COMMAND CREATED STATUS
DOCKER RUN IMAGE P CODE
See hello.c in for the source code of the hello binary included in this image. This image is a prime example of using the scratch image effectively.
DOCKER RUN IMAGE P FREE
Share images, automate workflows, and more with a free Docker ID: To try something more ambitious, you can run an Ubuntu container with: The Docker daemon streamed that output to the Docker client, which sent it The Docker daemon created a new container from that image which runs theĮxecutable that produces the output you are currently reading.Ĥ. The Docker daemon pulled the "hello-world" image from the Docker Hub.ģ. The Docker client contacted the Docker daemon.Ģ. To generate this message, Docker took the following steps:ġ.

This message shows that your installation appears to be working correctly. Status: Downloaded newer image for hello-world:latest Running Hello World Example $ docker run hello-world
