Hello World! (an example of minimal Dockerization)
100K+
The armhf organization is deprecated in favor of the more-specific arm32v7 and arm32v6 organizations, as per https://github.com/docker-library/official-images#architectures-other-than-amd64. Please adjust your usages accordingly.
Dockerfile links** THESE IMAGES ARE VERY EXPERIMENTAL; THEY ARE PROVIDED ON A BEST-EFFORT BASIS WHILE docker-library/official-images#2289 IS STILL IN-PROGRESS (which is the first step towards proper multiarch images) **
** PLEASE DO NOT USE THEM FOR IMPORTANT THINGS **
This image is built from the source of the official image of the same name (hello-world). Please see that image's description for links to the relevant Dockerfiles.
If you are curious about specifically how this image differs, see the Jenkins Groovy DSL scripts in the tianon/jenkins-groovy GitHub repository, which are responsible for creating the Jenkins jobs which build them.
Where to get help:
the Docker Community Forums, the Docker Community Slack, or Stack Overflow
Where to file issues:
https://github.com/docker-library/hello-world/issues
Maintained by:
the Docker Community
Published image artifact details:
repo-info repo's repos/hello-world/ directory (history)
(image metadata, transfer size, etc)
Image updates:
official-images PRs with label library/hello-world
official-images repo's library/hello-world file (history)
Source of this description:
docs repo's hello-world/ directory (history)
Supported Docker versions:
the latest release (down to 1.6 on a best-effort basis)
$ docker run hello-world
Hello from Docker on armhf!
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 Hub account:
https://hub.docker.com
For more examples and ideas, visit:
https://docs.docker.com/engine/userguide/
$ docker images hello-world
REPOSITORY TAG IMAGE ID SIZE
armhf/hello-world latest d40384c3f861 1.636 kB

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.
No tags have been pushed to this repository yet.