-
Updated
May 21, 2020 - Python
docker-stack
Here are 78 public repositories matching this topic...
To start off with, thank you for your work.
I'd like to clearify a few things, and maybe help other users who also struggle on the same topic.
Running FluentDocker 2.7.1
I've spent several hours trying to find out
how to easily use remote docker hosts WITHOUT using docker-machine, and WITHOUT SSH keys.
In our local dev & test environment with have several docker host serv
Describe the bug
When I run command:
docker-compose -f docker-compose.yml -f docker-compose.local.yml -f docker-compose.ssl.yml up -d --force-recreate
docker-compose -f docker-compose.yml -f docker-compose.local.yml -f docker-compose.ssl.yml logs -f app
It throw error:


It would be nice to have a healthcheck without writing YAML file.
I'm starting minio service, and it has 2 routes k8s style Liveness and Readiness. More here https://docs.min.io/docs/minio-monitoring-guide.html
Is it make any sense to implement such a feature?