Skip to content

joaoluis89/docker-ns3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Running NS3 with GUI in Ubuntu 18.04 localhost interface

At the localhost run

xhost +local:docker

Run the image with the following commands:

sudo docker run --rm -it -v `pwd`:/work -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix joaoluis89/ns3

In the container's shell run:

cd /usr/ns-allinone-3.26/
python build.py

To start NetAnim:

./usr/ns-allinone-3.26/netanim-3.107/NetAnim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published