mirror of https://github.com/docker/docs.git
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)
This commit is contained in:
parent
9745a627ea
commit
48662e3d0a
|
|
@ -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
|
Now would also be a good time to make sure you are using version 1.13 or higher
|
||||||
|
|
||||||
```
|
```
|
||||||
$ docker version
|
$ docker --version
|
||||||
|
Docker version 17.05.0-ce-rc1, build 2878a85
|
||||||
Docker version 17.03.1-ce, build c6d412e
|
|
||||||
```
|
```
|
||||||
|
|
||||||
If you see a messages like the ones above, you're ready to begin the journey.
|
If you see a messages like the ones above, you're ready to begin the journey.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue