mirror of https://github.com/docker/docs.git
Merge pull request #2235 from anthonydahanne/master
Fix typo : info, not version
This commit is contained in:
commit
f3065ae771
|
@ -110,7 +110,7 @@ output of `docker info`:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ eval $(docker-machine env foobarmachine)
|
$ eval $(docker-machine env foobarmachine)
|
||||||
$ docker version
|
$ docker info
|
||||||
Containers: 0
|
Containers: 0
|
||||||
Images: 0
|
Images: 0
|
||||||
Storage Driver: overlay
|
Storage Driver: overlay
|
||||||
|
|
Loading…
Reference in New Issue