Skip to content

globocom/docker-openvswitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Open vSwitch

Docker image of Open vSwitch with ssh enabled running over supervisord. This is a very small docker image built on top of Alpine distribution.

Image

The image is hosted at DockerHub as globocom/openvswitch.

How to use

Simple run:

$> docker run -it --rm --name vswitch --cap-add=NET_ADMIN -d globocom/openvswitch

As it is a virtual switch, it uses some network resources from the underlying operation system. For that we need to use --cap-add=NET_ADMIN to allow that kind of capability

How to build

If you want to build this image manually do as follows:

$> docker build --tag openvswitch .

Then just run:

$> docker run -it --rm --name vswitch --cap-add=NET_ADMIN -d openvswitch

Releases

No releases published

Packages

No packages published