Steps to run the iDempiere as a Docker Build the image docker build -t idempiere:latest . Run the Docker-Compose docker-compoes up Stop the Docker-Compose docker-compose stop Remove the Docker-Compose docker-compose down