Skip to content

An example script that creates vlan linux bridges, and connects docker containers running openwrt. Handy micro-segmentation for containers, yay.

License

Notifications You must be signed in to change notification settings

randomInteger/docker_vlan_openwrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker_vlan_openwrt

An example script that creates vlan linux bridges, and connects docker containers running openwrt. Handy micro-segmentation for containers, yay.

Pre-requisites

  1. Tested on virtual instances of Ubuntu14.04LTS (aws, vmware)
  2. Install docker - https://www.docker.com/
  3. Install openvswitch - http://openvswitch.org/
  4. Install pipework - https://github.com/jpetazzo/pipework

Run the script

First time: Uncomment the section that pulls the docker image and creates containers. After the first time: Leave that section commented.

$sudo ./network_wrt_containers.sh

About

An example script that creates vlan linux bridges, and connects docker containers running openwrt. Handy micro-segmentation for containers, yay.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages