From e827670a96bf4a623bcacd269895890db5f7f9e0 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 14 May 2015 12:25:12 -0600 Subject: [PATCH] Run update.sh --- hello-world/README.md | 4 ++++ hello-world/content.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/hello-world/README.md b/hello-world/README.md index a2760c7e6..644f4b9a1 100644 --- a/hello-world/README.md +++ b/hello-world/README.md @@ -31,6 +31,10 @@ For more information about this image and its history, please see the [relevant ![logo](https://raw.githubusercontent.com/docker-library/docs/master/hello-world/logo.png) +# How is this image created? + +This image is a prime example of using the [`scratch`](https://registry.hub.docker.com/_/scratch/) image effectively. See [`hello.asm`](https://github.com/docker-library/hello-world/blob/master/hello.asm) in https://github.com/docker-library/hello-world for the source code of the `hello` binary included in this image. + # Supported Docker versions This image is officially supported on Docker version 1.6.2. diff --git a/hello-world/content.md b/hello-world/content.md index b73af1488..fa7fe7ad3 100644 --- a/hello-world/content.md +++ b/hello-world/content.md @@ -24,3 +24,7 @@ hello-world latest 91c95931e552 910 B %%LOGO%% + +# How is this image created? + +This image is a prime example of using the [`scratch`](https://registry.hub.docker.com/_/scratch/) image effectively. See [`hello.asm`](%%GITHUB-REPO%%/blob/master/hello.asm) in %%GITHUB-REPO%% for the source code of the `hello` binary included in this image.