Exposes api for switches over REST
From the root directory
docker build -t switch-automation:latest -t switch-automation:0.n .
From the root directory
docker run -it --rm -p 5001:443 -p 5000:80 --name switch-automation switch-automation
From the root directory
docker save -o <local path>\switch-automation_0.n.tar switch-automation:latest switch-automation:0.n
docker load --input <path>\switch-automation_0.n.tar