Docker image for running the Prova daemon.
The official installation docs for Prova can be found here.
This docker image can be found on Docker Hub here. Download it by running:
$ docker pull xasos/prova-docker
$ docker images # prova-docker should show up in the list
You can also build prova-docker
manually if you wish to make any changes to the
Dockerfile.
docker build -t prova .
docker run -d prova tail -f /dev/null # this will return an id for the container
docker exec -it <id> bash