Go to file
Anthony Collini 35f9b1a4b4 Fix typo in README.md 2016-04-26 17:19:05 -04: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 Fix typo in README.md 2016-04-26 17:19:05 -04: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 Update link and shorter example 2016-04-26 21:22:24 +02:00
hello.asm Update link and shorter example 2016-04-26 21:22:24 +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, specifically 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