Skip to content

laxmanvijay/docker-devcontainer-mininet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A configuration template for using mininet along with docker devcontainer.

How to use?

  • Install vs code
  • Install docker desktop
  • Install dev container extension in vs code
  • Clone this repository and open in vs code
  • Run dev container in this folder

It will setup the docker image automatically and start the dev container.

How to test?

  • After dev container starts, run the command mn --custom topo.py --topo mytopo to test mininet works.
  • Ensure xterm and ping works.
  • If xterm throws an error 'Display not found', ensure you have installed xming in your system. (For mac, it is Xming Quartz)

How to setup intellisense?

  • Install python vs code extension inside the dev container and intellisense should start working

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published