docs/scratch
Joe Ferguson b5854637da Add github-repo file to every image repo
- fixes repos that had misspelled or missing url:
   - couchbase
   - couchdb
   - nats
   - notary
   - nuxeo
   - php-zendserver
   - rakudo-star
   - solr
   - tomee
2016-05-12 16:33:19 -07:00
..
README-short.txt Add a bunch more content 2014-10-10 18:07:15 -06:00
README.md Update "scratch" and "hello-world" to be more complimentary 2015-05-14 12:14:44 -06:00
github-repo Add github-repo file to every image repo 2016-05-12 16:33:19 -07:00

README.md

FROM scratch

This image is most useful in the context of building base images (such as debian and busybox) or super minimal images (that contain only a single binary and whatever it requires, such as hello-world).

As of Docker 1.5.0 (specifically, docker/docker#8827), FROM scratch is a no-op in the Dockerfile, and will not create an extra layer in your image (so a previously 2-layer image will be a 1-layer image instead).