/docker-pinto

Docker config for pinto

Primary LanguagePerl

Running pinto with docker

I propose to use https://github.com/JaSei/pinto-docker instead of this ancient repo.

Installation

dockerfile

  • Clone this repo
  • Build image with the commands like: docker build --tag pinto .

dockerhub

  • docker pull avastsoftware/pinto

pintod

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

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

pintod as service

systemd

cp pinto.service /etc/systemd/system/pinto.service
systemctl enable pinto.service