Update machine

pull/234/head
khs1994 2017-11-23 01:29:38 +08:00
parent 731dea9a16
commit 9a42c63542
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ $ docker-machine create -d virtualbox test
$ docker-machine ls
NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS
test * virtualbox Running tcp://192.168.99.187:2376 v17.10
test - virtualbox Running tcp://192.168.99.187:2376 v17.10.0-ce
```
创建主机成功后,可以通过 `env` 命令来让后续操作对象都是目标主机。