This container wraps the Imuv application.
Build the docker image with
docker build -t vcity:imuv Context
Then run the container e.g. with
docker run [--detach] --rm -t vcity:imuv
and open a web browser on URL http://localhost:8000/
Note: in the above docker run
command the optionnal -d
argument requires the container to run in detached mode,