Simple Docker implementation of a postgres database for use with Pentaho BA & DI 6.0.
1.4K
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
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.
Content type
Unrecognized
Digest
Size
96.2 MB
Last updated
almost 10 years ago
docker pull wusa/pentaho-db