Thank you for attending DockerCon 2020!Watch the recordings.
✕
Explore
Pricing
Sign In
Explore
hello-world
product logo

hello-world

Docker Official Images
Hello World! (an example of minimal Dockerization)
1B+
Container Windows Linux mips64le PowerPC 64 LE ARM 64 x86-64 386 IBM Z ARM Official Image
Windows - x86-64 ( latest )
Copy and paste to pull this image
View Available Tags
DescriptionReviewsTags

Quick reference

  • Maintained by: the Docker Community

  • Where to get help: the Docker Community Forums, the Docker Community Slack, or Stack Overflow

Supported tags and respective Dockerfile links

(See "What's the difference between 'Shared' and 'Simple' tags?" in the FAQ.)

Simple Tags

  • linux
  • nanoserver-1809

Shared Tags

  • latest:
    • linux
    • nanoserver-1809
  • nanoserver:
    • nanoserver-1809

Quick reference (cont.)

  • Where to file issues: https://github.com/docker-library/hello-world/issues

  • Supported architectures: (more info) amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x, windows-amd64

  • 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)

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.
    (amd64)
 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://hub.docker.com/

For more examples and ideas, visit:
 https://docs.docker.com/get-started/


$ docker images hello-world
REPOSITORY   TAG     IMAGE ID      SIZE
hello-world  latest  bf756fb1ae65  13336

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.

License

View license information for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

Some additional license information which was able to be auto-detected might be found in the repo-info repository's hello-world/ directory.

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

Why Docker
OverviewWhat is a Container
Products
Product Overview
Product Offerings
Docker DesktopDocker Hub
Features
Container RuntimeDeveloper ToolsDocker AppKubernetes
Developers
Getting StartedPlay with DockerCommunityOpen SourceDocsHub Release Notes
Company
About UsResourcesBlogCustomersPartnersNewsroomEvents and WebinarsCareersContact Us
© 2020 Docker Inc. All rights reserved | Terms of Service | Privacy | Legal