Go to file
Tianon Gravi 2bf8256602 Add a new "test" Makefile target 2016-02-08 22:02:24 -08:00
.travis.yml Update .travis.yml to account for Travis changes (especially now that Docker is no longer experimental 🎉) 2015-11-20 09:50:23 -08:00
Dockerfile Replace `ADD` with `COPY` 2014-09-09 10:59:33 -06:00
Dockerfile.build Add a new "test" Makefile target 2016-02-08 22:02:24 -08:00
LICENSE Add Expat license 2015-03-06 15:19:24 -07:00
Makefile Add a new "test" Makefile target 2016-02-08 22:02:24 -08:00
README.md Update README.md stub 2015-11-16 13:47:04 -08:00
generate-stackbrew-library.sh Enhance "generate-stackbrew-library.sh" to only take into account changes to the Dockerfile or files from COPY in the Dockerfile for choosing the commit hash for a particular directory 2015-08-11 15:12:20 -07:00
hello Use secure URLs for docs 2015-06-10 16:41:57 +02:00
hello.asm Use secure URLs for docs 2015-06-10 16:41:57 +02:00
update.sh Add "Dockerfile.build" for building 2015-06-18 15:51:57 -07:00

README.md

About this Repo

This is the Git repo of the Docker official image for hello-world. See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues.

The full readme is generated over in docker-library/docs, specificially in docker-library/docs/hello-world.

See a change merged here that doesn't show up on the Docker Hub yet? Check the "library/hello-world" manifest file in the docker-library/official-images repo, especially PRs with the "library/hello-world" label on that repo. For more information about the official images process, see the docker-library/official-images readme.

Travis CI