From 48662e3d0a9b93f5bf05ae78068a527ee85c0f4f Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Tue, 25 Apr 2017 15:07:19 -0700 Subject: [PATCH] updating docker version command (#3058) To get the output shown in the example, you need to run `docker --version` (`docker version` gives you the long form version output) --- get-started/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/get-started/index.md b/get-started/index.md index de3445d611..af650a0072 100644 --- a/get-started/index.md +++ b/get-started/index.md @@ -152,9 +152,8 @@ To generate this message, Docker took the following steps: Now would also be a good time to make sure you are using version 1.13 or higher ``` -$ docker version - -Docker version 17.03.1-ce, build c6d412e +$ docker --version +Docker version 17.05.0-ce-rc1, build 2878a85 ``` If you see a messages like the ones above, you're ready to begin the journey.