Update install-w-machine.md (#6068)

This commit is contained in:
Wang Jie 2018-02-27 23:36:40 +08:00 committed by Gwendolynne Barr
parent f5bb1c2c95
commit 14200900cc
1 changed files with 4 additions and 4 deletions

View File

@ -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.