I propose to use https://github.com/JaSei/pinto-docker instead of this ancient repo.
- Clone this repo
- Build image with the commands like:
docker build --tag pinto .
docker pull avastsoftware/pinto
https://metacpan.org/pod/distribution/Pinto/bin/pintod
run service pinto:
docker run --rm --name pintod -v /var/lib/pinto:/var/lib/pinto -p 3111:3111 pinto
https://metacpan.org/pod/distribution/Pinto/bin/pinto
pull module Mock::Quick from cpan to pinto
docker run -v /var/lib/pinto/:/var/lib/pinto pinto pinto pull Mock::Quick
cp pinto.service /etc/systemd/system/pinto.service
systemctl enable pinto.service