The script can either be run through Docker, or directly on the command line if python3 is installed
Build the image:
docker build -t mars .Run the container (interactively):
docker run -ti marsRun the script:
python robot.pyRun the tests:
python -m unittest test.py