docs/hello-world
Docker Library Bot fd8c1e03e7 Run update.sh 2017-06-06 10:32:08 +00:00
..
README-short.txt Update hello-world short description in minor way 2015-08-07 14:45:37 -07:00
README.md Run update.sh 2017-06-06 10:32:08 +00:00
content.md Run update.sh 2017-06-06 10:32:08 +00:00
github-repo Add github-repo file to every image repo 2016-05-12 16:33:19 -07:00
logo.png logos for all the things 2014-08-06 16:37:56 -06:00
maintainer.md Refactor the way information (especially links) are presented 2017-04-21 17:48:19 -07:00
update.sh Use explicit-type code blocks in a lot of obvious places (now that the Hub actually renders these _better_ than the no-type versions) 2015-08-13 09:29:14 -07:00

README.md

Supported tags and respective Dockerfile links

Quick reference

Example output

$ docker run hello-world

Hello from Docker!
This message shows that your installation appears to be working correctly.

To generate this message, Docker took the following steps:
 1. The Docker client contacted the Docker daemon.
 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
 3. The Docker daemon created a new container from that image which runs the
    executable that produces the output you are currently reading.
 4. The Docker daemon streamed that output to the Docker client, which sent it
    to your terminal.

To try something more ambitious, you can run an Ubuntu container with:
 $ docker run -it ubuntu bash

Share images, automate workflows, and more with a free Docker ID:
 https://cloud.docker.com/

For more examples and ideas, visit:
 https://docs.docker.com/engine/userguide/


$ docker images hello-world
REPOSITORY   TAG     IMAGE ID      SIZE
hello-world  latest  48b5124b2768  1.84 kB

logo

How is this image created?

This image is a prime example of using the scratch image effectively. See hello.asm in https://github.com/docker-library/hello-world for the source code of the hello binary included in this image.