Sign inSign up

schoolscout/pentaho-spoon

By schoolscout

Updated over 3 years ago

Pentaho Spoon running via X11 forwarding on Linux

Image
1

948

schoolscout/pentaho-spoon repository overview

Pentaho Spoon on Docker

Running Spoon

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 \
  -e DISPLAY=$DISPLAY -v $HOME/.kettle:/home/app/.kettle -v /tmp/.X11-unix:/tmp/.X11-unix:ro schoolscout/pentaho-spoon

Tag summary

Content type

Image

Digest

sha256:c684d63d8

Size

811 MB

Last updated

over 8 years ago

docker pull schoolscout/pentaho-spoon