prashplus / mininet-docker

Docker mininet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mininet-Docker Build Status

forthebadge forthebadge

This repo contains mininet dockerfile and the demo of the Docker automated builds.

How to use

  1. Just clone the repo and move inside the dir
cd mininet-docker
  1. Run docker build to create the container image
docker build -t mininet
  1. Execute the Docker run to start the container
docker run --name mininet-test -it mininet /bin/bash

Or just Pull the docker image

docker pull prashplus/mininet-docker

Authors

  • Prashant Piprotar - - Prash+ and visit my blog for more Tech Stuff

http://www.prashplus.com

About

Docker mininet

License:MIT License


Languages

Language:Dockerfile 81.9%Language:Shell 18.1%