docs/hello-world
Tianon Gravi 25a5b70c1b Adjust a ton of image references (especially to use %%IMAGE%%) 2017-10-09 15:30:46 -07: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-10-02 20:31:46 +00:00
content.md Adjust a ton of image references (especially to use %%IMAGE%%) 2017-10-09 15:30:46 -07: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 Adjust a ton of image references (especially to use %%IMAGE%%) 2017-10-09 15:30:46 -07:00

README.md

Supported tags and respective Dockerfile links

Shared Tags

Simple Tags

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  05a3bd381fc2  1.84kB

logo

How is this image created?

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