Sign inSign up

fendroid/docker-pentaho-base-master

By fendroid

Updated almost 10 years ago

test

Image
0

288

fendroid/docker-pentaho-base-master repository overview

docker-pentaho-base

Deploy to Tutum

Base image for running Pentaho software within a Docker Container

Building
docker build -t bytekast/pentaho-base .
Running

bytekast/pentaho-base is designed to run as a daemon, which you can ssh into and install Pentaho.

To start a new container, run

docker run -d -p 2222:22 -p 8888:8080 -e AUTHORIZED_KEYS="`cat ~/.ssh/id_rsa.pub`" bytekast/pentaho-base

You are now able to ssh directly into the container with your ssh keys (Replace DOCKER_HOST with the boot2docker ip address or the docker host ip)

ssh -p 2222 root@DOCKER_HOST

To view the logs, run:

docker logs $CONTAINER_ID

Tag summary

Content type

Image

Digest

Size

486.7 MB

Last updated

almost 10 years ago

docker pull fendroid/docker-pentaho-base-master