Update/fix hello-world description
This commit is contained in:
parent
950ff647a2
commit
d524d97158
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Example output
|
||||||
|
|
||||||
$ docker run hello-world
|
$ docker run hello-world
|
||||||
Hello from Docker.
|
Hello from Docker.
|
||||||
This message shows that your installation appears to be working correctly.
|
This message shows that your installation appears to be working correctly.
|
||||||
|
|
@ -18,5 +20,5 @@ $ docker run hello-world
|
||||||
http://docs.docker.com/userguide/
|
http://docs.docker.com/userguide/
|
||||||
|
|
||||||
$ docker images hello-world
|
$ docker images hello-world
|
||||||
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
|
REPOSITORY TAG IMAGE ID VIRTUAL SIZE
|
||||||
hello-world latest 565a9d68a73f 26 hours ago 922 B
|
hello-world latest 565a9d68a73f 922 B
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Example output
|
||||||
|
|
||||||
$ docker run hello-world
|
$ docker run hello-world
|
||||||
Hello from Docker.
|
Hello from Docker.
|
||||||
This message shows that your installation appears to be working correctly.
|
This message shows that your installation appears to be working correctly.
|
||||||
|
|
@ -18,8 +20,8 @@ $ docker run hello-world
|
||||||
http://docs.docker.com/userguide/
|
http://docs.docker.com/userguide/
|
||||||
|
|
||||||
$ docker images hello-world
|
$ docker images hello-world
|
||||||
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
|
REPOSITORY TAG IMAGE ID VIRTUAL SIZE
|
||||||
hello-world latest 565a9d68a73f 26 hours ago 922 B
|
hello-world latest 565a9d68a73f 922 B
|
||||||
|
|
||||||
# User Feedback
|
# User Feedback
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue