Skip to content
This repository was archived by the owner on Jan 11, 2021. It is now read-only.

Commit ec37a65

Browse files
author
Brent Salisbury
committed
Added example screencast link to readme
1 parent 2f144ab commit ec37a65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ distribution repo or docker repos.
3535

3636
### Macvlan Bridge Mode Instructions
3737

38+
This example is also available in a [screencast on youtube](https://www.youtube.com/watch?v=IMOelqPzFtk).
39+
3840
**1.** Start Docker with the following or simply start the service. Version 1.9+ is required.
3941

4042
```
@@ -64,7 +66,6 @@ $ ./macvlan-docker-plugin-0.2-Linux-x86_64 -d
6466

6567
**Note** the subnet needs to correspond to the master interface. In this example, the nic `eth1` is attached to a subnet `192.168.1.0/24`. The container needs to be on the same *broadast domain* as the default gateway. In this case it is a router with the address of `192.168.1.1`.
6668

67-
6869
```
6970
$ docker network create -d macvlan --subnet=192.168.1.0/24 --gateway=192.168.1.1 -o host_iface=eth1 net1
7071
```
@@ -94,7 +95,7 @@ Docker networks are now persistant after a reboot. To remove all of the network
9495
To run the plugin via Go for hacking simply run go with the `main.go` entry point and desired parameters. The same applies to the [gopher-net/ipvlan](https://github.com/gopher-net/ipvlan-docker-plugin) driver:
9596

9697
```
97-
go run main.go -d --host-interface=eth1 --mode=bridge
98+
go run main.go -d
9899
```
99100

100101
Use [Godep](https://github.com/tools/godep) for dependencies.

0 commit comments

Comments
 (0)