Sign inSign up

wusa/pentaho-db

By wusa

•Updated almost 10 years ago

Simple Docker implementation of a postgres database for use with Pentaho BA & DI 6.0.

Artifact
Image
0

1.4K

wusa/pentaho-db repository overview

⁠To Run:

docker run -d --name pentaho-db -d -e POSTGRES_PASSWORD=YourPasswordHere -p 5432:5432 -v /docker/mounts/pentaho-db/var/lib/postgresql/data:/var/lib/postgresql/data wusa/pentaho-db

⁠Suggested usage:

Source this docker image using FROM wusa\docker-pentaho-db Make your changes starting with setting a new postgresadm password using ENV POSTGRES_PASSWORD= Run the container from your new image.

Tag summary

Content type

Unrecognized

Digest

Size

96.2 MB

Last updated

almost 10 years ago

docker pull wusa/pentaho-db