Tianon Gravi acb7edfd20 Update "Tags" section to be labelled "Supported tags" instead, to make it clear that this isn't the full list of tags, but is instead the list of tags that are currently supported for active usage 11 years ago
..
.keep 48776166e3 adding some directories for andrew to dump the short and long desc in 11 years ago
README-content.md d524d97158 Update/fix hello-world description 11 years ago
README-short.txt 9538ebb6db pulled descriptions from registry.hub 11 years ago
README.md acb7edfd20 Update "Tags" section to be labelled "Supported tags" instead, to make it clear that this isn't the full list of tags, but is instead the list of tags that are currently supported for active usage 11 years ago
logo.png 01c1265395 logos for all the things 11 years ago
update.sh 1ec235ca00 Add simple script to auto-update the hello-world description 11 years ago

README-content.md

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.
    (Assuming it was not already locally available.)
 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

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

$ docker images hello-world
REPOSITORY   TAG     IMAGE ID      VIRTUAL SIZE
hello-world  latest  565a9d68a73f  922 B