-
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:
![Screenshot from 2020-02-06 15-40-16](https://user-images.githubusercontent.com/11944757/73919958-200bfd00-48f
-
Updated
Aug 16, 2017 - Kotlin
-
Updated
Jan 22, 2020 - Shell
-
Updated
Feb 14, 2020 - OCaml
-
Updated
Oct 17, 2017 - Go
-
Updated
Jan 4, 2020 - Shell
-
Updated
Jan 22, 2018 - Shell
-
Updated
Oct 31, 2018 - Ruby
-
Updated
May 20, 2020 - Dockerfile
Hi,
I'm very interested in execute docker-compose commands from Java code. I've found your repo and it is very interesting. Do you plan to publish some short of documentation of this repository? It is supposed to be a replacement of docker-compose CLI tool or a library to be used inside another Java program?
Thanks for that awesome work.
-
Updated
Oct 9, 2017 - Shell
-
Updated
Feb 27, 2017 - Shell
-
Updated
Feb 19, 2020 - Shell
-
Updated
Jul 25, 2019 - Go
-
Updated
Oct 20, 2019 - Shell
-
Updated
Nov 1, 2017 - Shell
-
Updated
Sep 15, 2019
-
Updated
Oct 30, 2018 - Dockerfile
-
Updated
May 12, 2018 - Shell
-
Updated
Jan 16, 2020 - JavaScript
-
Updated
Feb 6, 2019 - Java
-
Updated
May 6, 2018 - Shell
-
Updated
Feb 6, 2019 - Shell
-
Updated
Feb 25, 2017
-
Updated
Nov 25, 2018 - Clojure
-
Updated
May 24, 2018 - Ruby
Improve this page
Add a description, image, and links to the docker-stack topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the docker-stack topic, visit your repo's landing page and select "manage topics."
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?