mirror of https://github.com/docker/docs.git
Change old versions to new for boot2docker version (#2428)
This commit is contained in:
parent
72bc5e4691
commit
92c641ee2f
|
@ -122,8 +122,8 @@ running and to get their IP addresses.
|
||||||
```none
|
```none
|
||||||
$ docker-machine ls
|
$ docker-machine ls
|
||||||
NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS
|
NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS
|
||||||
manager * virtualbox Running tcp://192.168.99.100:2376 v1.13.0-rc6
|
manager * virtualbox Running tcp://192.168.99.100:2376 v17.03.0-ce
|
||||||
worker - virtualbox Running tcp://192.168.99.101:2376 v1.13.0-rc6
|
worker - virtualbox Running tcp://192.168.99.101:2376 v17.03.0-ce
|
||||||
```
|
```
|
||||||
|
|
||||||
You now have two "Dockerized" machines, each running
|
You now have two "Dockerized" machines, each running
|
||||||
|
|
Loading…
Reference in New Issue