Skip to content

xmarsf/birt-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

  • Birt version: 4.13.0
  • Tomcat version: 9.0.73

Instruction

  • Add db source:
    • create file .env contain
    DB_HOST=localhost
    DB_PORT=5432
    DB_USER=odoo
    DB_PASSWORD=odoo
    DB_NAME=odoo
    • run image with mapping volume: .env:/usr/local/tomcat/.java_opts_env

Reference

# Prune every unused docker objects
docker system prune --volumes -f

# Remove dangling volumes
docker volume rm -f $(docker volume ls -f dangling=true)

# Remove exited container
docker rm -f $(docker ps --filter status=exited -q)

# Docker removes dangling (<none> tag) image
docker rmi $(sudo docker images -f "dangling=true" -q)

# Display full content of all tag for container
docker ps --no-trunc -a

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published