Sign inSign up

ccakes/perl-runtime

By ccakes

Updated almost 7 years ago

Simple base runtime container with Perl using alpine:edge.

Image
0

937

ccakes/perl-runtime repository overview

docker-perl-runtime

A simple base Perl image using alpine:edge with minimum required compiler tools for building modules.

Image also contains Carton for app dependency management.

Also included is postgres-libs for DBD::Pg

Usage
docker pull ccakes/perl-runtime
docker run -it --rm -v $(pwd):/app -w /app ccakes/perl-runtime carton exec -- perl my_app.pl

Tag summary

Content type

Image

Digest

Size

82.1 MB

Last updated

almost 7 years ago

docker pull ccakes/perl-runtime