You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Dockerhost.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,11 @@ The outside docker containers act like physical hosts in our test and are connec
6
6
Prerequisites
7
7
-------------
8
8
The following needs to be installed on the host machine
9
+
9
10
1. Docker
11
+
10
12
2. nsenter (Pls see https://github.com/jpetazzo/nsenter)
13
+
11
14
3. Bridge utils
12
15
```
13
16
apt-get install bridge-utils
@@ -20,7 +23,7 @@ Step to launch docker hosts are :
20
23
CONTINV_NODES=2 make start-dockerdemo
21
24
```
22
25
23
-
This will start CONTIV_NODES number of containers with docker image called ubuntu_netplugin which is just ubuntu image with docker, etcd and ovs installed.
26
+
This will start CONTIV_NODES number of containers with docker image called ubuntu_netplugin which is just ubuntu image with docker, etcd and ovs installed. The $GOPATH directory is mounted in the docker host at /gopath directory.
24
27
25
28
Now start a shell within any of the "host containers" using following convenience wrapper around nsenter :
26
29
```
@@ -47,7 +50,7 @@ Example for testing TwoHostMultiVlan you can do :
0 commit comments