Sign inSign up

jvrmaia/sdn-base

By jvrmaia

Updated over 7 years ago

sdn-base

Image
0

854

jvrmaia/sdn-base repository overview

Docker Image for SDN studies purpose

About

This is image is a fork based on Ryu docker image with some features to study and develop networking skills.

Requirements

Docker! (and docker compose)

How to build

git clone [email protected]:jvrmaia/docker-sdn-base.git
cd docker-sdn-base
docker build -t sdn-base:latest .

How to run

docker-compose up -d
docker-compose exec mininet bash
service openvswitch-switch start

Troubleshoot

If you can't start Wireshark from container, try this in your host first:

xhost +local:

To restore:

xhost -

References

Tag summary

Content type

Image

Digest

Size

445.8 MB

Last updated

over 7 years ago

docker pull jvrmaia/sdn-base