Sign inSign up

bytekast/docker-pentaho-base

By bytekast

Updated over 11 years ago

Image
0

493

bytekast/docker-pentaho-base 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

sha256:e7c4c2ef0

Size

-

Last updated

over 11 years ago

docker pull bytekast/docker-pentaho-base