The Network Simulator - ns-2 https://www.isi.edu/nsnam/ns/
6.7K
The network simulator - ns-2 https://www.isi.edu/nsnam/ns/
Assuming you have Kitematic:
docker-machine ssh
docker pull rogermiret/ns-2
docker run -d -t -v /tmp:/data --name ns-2 rogermiret/ns-2
On Kitematic you should see your new Docker container.
/bin/bash to work with bash instead of sh.cd /data.Here you can use the ns command with your scripts.
nsnamnstkotclsh
And others. Chech /ns/ns-allinone-2.35 and its subdirectories.Content type
Image
Digest
Size
284.2 MB
Last updated
almost 9 years ago
docker pull rogermiret/ns-2