Run update.sh

This commit is contained in:
Tianon Gravi 2015-05-14 12:25:12 -06:00
parent 6724aad42c
commit e827670a96
2 changed files with 8 additions and 0 deletions

View File

@ -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) ![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 # Supported Docker versions
This image is officially supported on Docker version 1.6.2. This image is officially supported on Docker version 1.6.2.

View File

@ -24,3 +24,7 @@
hello-world latest 91c95931e552 910 B hello-world latest 91c95931e552 910 B
%%LOGO%% %%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.