Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

JaSei/docker-pinto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published