Skip to content

ceymard/docker-postgres-plv8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

postgres-plv8
=============

Docker image for running PLV8 1.4 on Postgres 9 (9.4).

Based on the [official Postgres image](http://registry.hub.docker.com/_/postgres/).

## Usage

Start a postgres server container with persistent storage and give it a name:

    % docker run -d -v /tmp/data:/var/lib/postgresql/data --name some-postgres clkao/postgres-plv8:9.4

Start client container that links to the server container above as the "postgres" alias:

    % docker run --link some-postgres:postgres --rm -ti clkao/postgres-plv8:9.4 bash -c 'psql -U postgres -h $POSTGRES_PORT_5432_TCP_ADDR'

Releases

No releases published

Packages

No packages published