This is image is a fork based on Ryu docker image with some features to study and develop networking skills.
Docker! (and docker compose)
git clone [email protected]:jvrmaia/docker-sdn-base.git
cd docker-sdn-base
docker build -t sdn-base:latest .
docker-compose up -d
docker-compose exec mininet bash
service openvswitch-switch start
If you can't start Wireshark from container, try this in your host first:
xhost +local:
To restore:
xhost -