Run update.sh
This commit is contained in:
parent
fea98490c1
commit
0a42e4170c
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
|
||||||
|
|
@ -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%%
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue