docker-eXist - hub.docker.com
https://hub.docker.com/r/existdb/existdb/#!Images will continue to be available via DockerHub under the old address, but the build will move to eXist-db's core repo. This repository holds the source files for building a minimal docker image of the exist-db xml database, automatically building from eXist's source code repo. It uses Google Cloud Platforms "Distroless" Docker Images.
Docker Compose Healthcheck - Marco Peg
marcopeg.com › docker-compose-healthcheckThe Docker Compose’s Way A simple way to solve the problem is to use the built-in health checks functionality available in docker-compose 2.1. We can basically tell a service to wait until another service (or multiple services) has completed a health check. Here is a docker-compose.yml with basic health checks set up for both Postgres and MySQL:
Docker Compose Healthcheck - Marco Peg
https://marcopeg.com/docker-compose-healthcheckThe Docker Compose’s Way. A simple way to solve the problem is to use the built-in health checks functionality available in docker-compose 2.1. We can basically tell a service to wait until another service (or multiple services) has completed a health check. Here is a docker-compose.yml with basic health checks set up for both Postgres and MySQL: