Skip to content

HeiLong777/docker-pentaho-server-ce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

docker-pentaho-server-ce

This docker image consists of Pentaho Server Community Edition (CE) version 8.0.

The following is an example on how you may use this image.

Step 1: Deploy the Pentaho Server CE container

docker run -d \
-p 127.0.0.1:8080:8080 --name Pentaho server container name \
libresquare/docker-pentaho-server-ce:8.0

Step 2: Access the Pentaho Server CE

When the server is started successfully, visit the administration page of Pentaho Server CE E.g. http://hostname:8080/pentaho

Default administrator login:

  • Username: admin
  • Password: password

You should change the default password via the administration interface.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 70.9%
  • Shell 29.1%