See this link to install docker on your computer and clone this repository.
Once with the docker and the repository, you'll have the files Dockerfile
, dockerbuild.sh
and rundocker.sh
.
This file creates a environment image with Ubutu 18.04 with FIRASim and VSSReferee.
This shell script is responsible for building the docker.
This shell script is responsible for doing the entire execution. It is where the user, the environment, host, workdir, and other things are defined.
Build the docker with:
./docker_build.sh
And execute it with:
./docker_run.sh
In order to change the settings of the IPs and ports, among others, edit the constants.json
file before building.