Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.01 KB

prova-docker

Docker Stars Docker Pulls

Docker image for running the Prova daemon.

Installing the Image

The official installation docs for Prova can be found here.

Via Docker Hub

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

Building Locally

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

License

MIT License