mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-19 08:46:30 +00:00
19 lines
423 B
Markdown
19 lines
423 B
Markdown
|
# Docker Open vSwitch for GNS3
|
||
|
|
||
|
This creates a container for using Open vSwitch in GNS3.
|
||
|
|
||
|
This container supports ethernet interfaces and comes
|
||
|
with bridges from br0 to br3.
|
||
|
|
||
|
By default, all interfaces are connected to br0.
|
||
|
|
||
|
If you set the `MANAGEMENT_INTERFACE` environment variable to
|
||
|
an interface name, that interface will not be connected to br0.
|
||
|
|
||
|
|
||
|
## Building the container
|
||
|
|
||
|
```
|
||
|
docker build -t gns3/openvswitch .
|
||
|
```
|