mirror of https://github.com/docker/docs.git
Update install-w-machine.md (#6068)
This commit is contained in:
parent
f5bb1c2c95
commit
14200900cc
|
@ -6,7 +6,7 @@ keywords: docker, swarm, clustering, discovery, release, notes
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: workw_swarm
|
parent: workw_swarm
|
||||||
title: Install and Create a Docker Swarm
|
title: Install and create a Docker Swarm
|
||||||
---
|
---
|
||||||
|
|
||||||
You use Docker Swarm to host and schedule a cluster of Docker containers. This section introduces you to Docker Swarm by teaching you how to create a swarm
|
You use Docker Swarm to host and schedule a cluster of Docker containers. This section introduces you to Docker Swarm by teaching you how to create a swarm
|
||||||
|
@ -42,7 +42,7 @@ Daemon running on each node. Other discovery service backends such as
|
||||||
docker-vm * virtualbox Running tcp://192.168.99.100:2376
|
docker-vm * virtualbox Running tcp://192.168.99.100:2376
|
||||||
```
|
```
|
||||||
|
|
||||||
This example was run a macOS system with Docker Toolbox installed. So, the `docker-vm` virtual machine is in the list.
|
This example was run on a macOS system with Docker Toolbox installed. So, the `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