Sign inSign up

schoolscout/pentaho-kettle

By schoolscout

Updated over 3 years ago

Image
7

10K+

schoolscout/pentaho-kettle repository overview

Pentaho Kettle on Docker

Running kitchen

Replace APP_UID and APP_GID with the local user id and group id on your system.

docker run --rm \
		-e APP_UID=1000 -e APP_GID=1000 \
  -e DATABASE_TYPE=MYSQL -e DATABASE_HOST=mysql.example.com -e DATABASE_DATABASE=mydb -e DATABASE_PORT=3306 -e DATABASE_USER=myuser -e DATABASE_PASSWORD=mypass \
  schoolscout/pentaho-kettle kitchen.sh -rep repository -user <username> -pass <password> [ARGUMENTS]

Tag summary

Content type

Image

Digest

sha256:43b45fbdb

Size

727.4 MB

Last updated

over 8 years ago

docker pull schoolscout/pentaho-kettle