Skip to content

xasos/prova-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Docker image for the Prova daemon.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published