File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,54 @@ Examples of creating a network of linux containers (network namespaces).
10
10
11
11
[ 4 - Overlay Network] ( 4-overlay-network/README.md )
12
12
13
+ ## Installation
14
+
15
+ ### OSX
16
+
17
+ ```
18
+ brew install virtualbox
19
+ brew install vagrant
20
+ ```
21
+
22
+ ### Linux
23
+
24
+ ```
25
+ sudo apt-get install virtualbox
26
+ sudo apt-get install vagrant
27
+ ```
28
+
29
+ ## Setup
30
+
31
+ To bring up the VMs for all examples:
32
+
33
+ ```
34
+ make vagrant-up
35
+ ```
36
+
37
+ ## Status
38
+
39
+ To check the status of the VMs for all examples:
40
+
41
+ ```
42
+ make vagrant-status
43
+ ```
44
+
45
+ ## Test
46
+
47
+ To run the tests for all examples:
48
+
49
+ ```
50
+ make test
51
+ ```
52
+
53
+ ## Teardown
54
+
55
+ To destroy the VMs for all of the examples:
56
+
57
+ ```
58
+ make vagrant-destroy
59
+ ```
60
+
13
61
## Talks: 'Container Networking From Scratch'
14
62
15
63
* 2018-06 - Bristol Cloud Native: https://www.youtube.com/watch?v=mICllKv8JM4&t=1712s
You can’t perform that action at this time.
0 commit comments