From d524d97158251aa7e87fc26335d94ebcfc878350 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 9 Sep 2014 15:33:26 -0600 Subject: [PATCH] Update/fix hello-world description --- hello-world/README-content.md | 10 ++++++---- hello-world/README.md | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/hello-world/README-content.md b/hello-world/README-content.md index 718e255df..103e9ff74 100644 --- a/hello-world/README-content.md +++ b/hello-world/README-content.md @@ -1,4 +1,6 @@ -$ docker run hello-world +# Example output + + $ docker run hello-world Hello from Docker. This message shows that your installation appears to be working correctly. @@ -16,7 +18,7 @@ $ docker run hello-world For more examples and ideas, visit: http://docs.docker.com/userguide/ - + $ docker images hello-world - REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE - hello-world latest 565a9d68a73f 26 hours ago 922 B + REPOSITORY TAG IMAGE ID VIRTUAL SIZE + hello-world latest 565a9d68a73f 922 B diff --git a/hello-world/README.md b/hello-world/README.md index b36f084f7..1b18baded 100644 --- a/hello-world/README.md +++ b/hello-world/README.md @@ -1,4 +1,6 @@ -$ docker run hello-world +# Example output + + $ docker run hello-world Hello from Docker. This message shows that your installation appears to be working correctly. @@ -16,10 +18,10 @@ $ docker run hello-world For more examples and ideas, visit: http://docs.docker.com/userguide/ - + $ docker images hello-world - REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE - hello-world latest 565a9d68a73f 26 hours ago 922 B + REPOSITORY TAG IMAGE ID VIRTUAL SIZE + hello-world latest 565a9d68a73f 922 B # User Feedback