Run update.sh

This commit is contained in:
Docker Library Bot 2018-04-11 19:08:40 +00:00
parent fea98490c1
commit 0a42e4170c
2 changed files with 4 additions and 4 deletions

View File

@ -81,7 +81,7 @@ To try something more ambitious, you can run an Ubuntu container with:
$ docker run -it ubuntu bash $ docker run -it ubuntu bash
Share images, automate workflows, and more with a free Docker ID: Share images, automate workflows, and more with a free Docker ID:
https://cloud.docker.com/ https://hub.docker.com/
For more examples and ideas, visit: For more examples and ideas, visit:
https://docs.docker.com/engine/userguide/ https://docs.docker.com/engine/userguide/
@ -89,7 +89,7 @@ For more examples and ideas, visit:
$ docker images hello-world $ docker images hello-world
REPOSITORY TAG IMAGE ID SIZE REPOSITORY TAG IMAGE ID SIZE
hello-world latest f2a91732366c 1.85kB hello-world latest e38bc07ac18e 1.85kB
``` ```
![logo](https://raw.githubusercontent.com/docker-library/docs/01c12653951b2fe592c1f93a13b4e289ada0e3a1/hello-world/logo.png) ![logo](https://raw.githubusercontent.com/docker-library/docs/01c12653951b2fe592c1f93a13b4e289ada0e3a1/hello-world/logo.png)

View File

@ -19,7 +19,7 @@ To try something more ambitious, you can run an Ubuntu container with:
$ docker run -it ubuntu bash $ docker run -it ubuntu bash
Share images, automate workflows, and more with a free Docker ID: Share images, automate workflows, and more with a free Docker ID:
https://cloud.docker.com/ https://hub.docker.com/
For more examples and ideas, visit: For more examples and ideas, visit:
https://docs.docker.com/engine/userguide/ https://docs.docker.com/engine/userguide/
@ -27,7 +27,7 @@ For more examples and ideas, visit:
$ docker images %%IMAGE%% $ docker images %%IMAGE%%
REPOSITORY TAG IMAGE ID SIZE REPOSITORY TAG IMAGE ID SIZE
hello-world latest f2a91732366c 1.85kB hello-world latest e38bc07ac18e 1.85kB
``` ```
%%LOGO%% %%LOGO%%