Pentaho Spoon running via X11 forwarding on Linux
948
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
Content type
Image
Digest
sha256:c684d63d8…
Size
811 MB
Last updated
over 8 years ago
docker pull schoolscout/pentaho-spoon