Sign inSign up

globocom/openvswitch

By globocom

Updated over 8 years ago

Docker image of Open vSwitch with ssh enabled

Image
1

10K+

globocom/openvswitch repository overview

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

Tag summary

Content type

Image

Digest

Size

24.8 MB

Last updated

over 8 years ago

docker pull globocom/openvswitch