docker
Docker Healthcheck without curl or wget
I use official Docker image of Ghost to deploy my Ghost websites. I use docker swarm for orchestration and I need to have a healtcheck to have zero-downtime upgrades. Common way of doing this using curl to make a request to a convenient URL to check if Ghost is running,