Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 222 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 222 Bytes

#postgres-plperl#

A postgres Docker image with the perl procedural language installed.

##Usage##

docker pull tgvarik/postgres-plperl
docker create --name="pg" -p 5432:5432 tgvarik/postgres-plperl
docker start pg