mirror of https://github.com/docker/docs.git
parent
20c3a7810c
commit
eb78d72ef0
|
@ -41,10 +41,10 @@ you can create a swarm that is secured.
|
||||||
|
|
||||||
$ docker-machine ls
|
$ docker-machine ls
|
||||||
NAME ACTIVE DRIVER STATE URL SWARM
|
NAME ACTIVE DRIVER STATE URL SWARM
|
||||||
dev * virtualbox Running tcp://192.168.99.100:2376
|
docker-vm * virtualbox Running tcp://192.168.99.100:2376
|
||||||
|
|
||||||
This example was run a Mac OSX system with `boot2docker` installed. So, the
|
This example was run a Mac OSX system with Docker Toolbox installed. So, the
|
||||||
`dev` environment in the list represents the `boot2docker` machine.
|
`docker-vm` virtual machine is in the list.
|
||||||
|
|
||||||
2. Create a VirtualBox machine called `local` on your system.
|
2. Create a VirtualBox machine called `local` on your system.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue