Skip to content

ozzyjohnson/docker-mininet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

docker-mininet

Mininet with OpenFlow and OpenVSwitch from source in a Docker container. There are lots of mininet images around, none with public Dockerfiles. Ideally, I'll build this one with other controllers and functionality suitable for more than dabbling.

Usage:

Pull or build the image.

docker run --privileged=true -it --rm ozzyjohnson/mininet

It seems like this should be doable with --cap-add rather than going fully privileged, but I haven't spent much time with it.

Run mininet with userspace vswitches.

mn --switch user

About

Mininet in docker, currently broken.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages