/
Docker MyOdoo Tomcat/Pentaho

Docker MyOdoo Tomcat/Pentaho

Zunächst muss man kontrollieren, welches der aktuelle TAG ist: https://hub.docker.com/r/myodoo/tomcat-pentaho-v8/tags/

ggf. alte Version löschen siehe unten

Container tomcat-pentaho
# Aktueller TAG siehe Dockerhub
 
# docker laden / starten
docker run -d -p 8080:8080 --restart=always --name "tomcat-pentaho" -e TOMCAT_PASS="mypassword" myodoo/tomcat-pentaho-v8:TAG
 
# Zugriff
http://localhost:8080 # Tomcat

# Alte Version löschen
docker ps -a # Auflistung Container
docker stop tomcat-pentaho # Container stoppen
docker rm tomcat-pentaho # Container löschen
docker images # Auflistung Images
docker rmi IMAGEID # Image löschen


# Parameter in your Odoo System:
pentaho.server.url = http://IP_FROM_DOCKER_HOST_FOR_TOMCAT_PENTAHO:8080/pentaho-odoo/
pentaho.openerp.xml.interface = IP_FROM_DOCKER_HOST_FOR_ODOO
pentaho.openerp.xml.port = PORT_ODOO_DOCKER_CONTAINER f.e. 8069

## bash access
docker exec -ti "tomcat-pentaho"  env TERM=xterm bash -l

Related content

Pentaho-Docker Container lokal für Entwicklung und Tests nutzen
Pentaho-Docker Container lokal für Entwicklung und Tests nutzen
More like this
Docker MyOdoo Public
Docker MyOdoo Public
More like this
Docker MyOdoo 10 Public
Docker MyOdoo 10 Public
More like this
Docker MyOdoo Prepare
Docker MyOdoo Prepare
More like this
Docker NextCloud
Docker NextCloud
More like this
Modul in Docker manuell kopieren
Modul in Docker manuell kopieren
More like this