/simple-ns3-lte

Primary LanguageC++MIT LicenseMIT

Building the Docker Image

Use

docker build -t simple-lte . 

Running the Containers Interactive Terminal to Play Around In It

Check your work by running to get into the interactive terminal if you need to. Interactive terminal is just how we enter a container and use it just like a normal command line.

docker run --name simple-lte-container -it --rm simple-lte /bin/bash