Skip to content

merturk/ns3-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Using ns-3 simulator with Docker with Apple Silicon - M1

Apple Silicon M1 uses ARM architecutre and exisitng ns3 docker images are not build for the architecure. You can build your own images.

Getting Started

First, you need to install Docker Desktop for Apple Silicon https://www.docker.com/get-started.

  1. Get this repository and build from terminal
docker build -t ns3-base .
  1. Run the container
docker run -itd --name ns3 ns3-base
  1. Run the simulation
docker exec -it ns3 ./waf --run scratch/scratch-simulator

About

Apple Silicon M1 ns-3 docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published