Skip to content

Commit a859f80

Browse files
committed
Added some more info to the README
1 parent 5235a91 commit a859f80

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

README.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,54 @@ Examples of creating a network of linux containers (network namespaces).
1010

1111
[4 - Overlay Network](4-overlay-network/README.md)
1212

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+
1361
## Talks: 'Container Networking From Scratch'
1462

1563
* 2018-06 - Bristol Cloud Native: https://www.youtube.com/watch?v=mICllKv8JM4&t=1712s

0 commit comments

Comments
 (0)