Skip to content

Commit 8719ce6

Browse files
committed
tentative structure for the setup page
1 parent 3294e4f commit 8719ce6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/setup.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,24 @@ As a starting point, the diagram below puts Docker, Docker Machine and Docker En
66

77
![Architecture](architecture.png)
88

9+
## Install Docker Machine on development workstation
10+
11+
* install Docker Machine
12+
* add the driver from Dimension Data
13+
14+
## Prepare target environment on MCP
15+
16+
* select a MCP
17+
* create a Network Domain
18+
* add a VLAN
19+
* add some firewall rules
20+
21+
## How to create a Docker Engine host with Docker Machine?
22+
23+
* sample command
24+
* run a simple command (hello-world)
25+
26+
## How to handle multiple hosts?
27+
28+
* docker-machine ls
29+
* defining current host

0 commit comments

Comments
 (0)