-
Updated
Jul 2, 2020
docker-swarm
Here are 752 public repositories matching this topic...
-
Updated
Jul 3, 2020 - TypeScript
The client.containers.run restart_policy states that the Name key can take on value: One of on-failure, or always. Since the default engine version is 1.35, and the dictionary just gets posted to the engine API, add unless-stopped to the list of valid values (to align with engine API doc here)
-
Updated
Feb 17, 2020
-
Updated
Jun 29, 2020
-
Updated
Jun 21, 2020 - Go
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?
When I filter logs by clicking the "enter" key - nothing happens, it works only if I click on the magnifying glass icon:
. For that, I need to have the access token. Unfortunately, now I only have access to the user's email.
A solution could be to return the access token in the header key X-Forwarded-AccessToken but I think we will have to manage when the access token
So I took a shot at trying to get this to work with IP V6 addresses with no luck. If I disable the ufw service i'm able to access my site using the V6 address, but when I enable ufw the connection times out. I found /etc/ufw/after6.rules and tried to modify it to work, but I must be doing something wrong. My guess is it's something with the V6 subnet.
# BEGIN UFW AND DOCKER
*filter
:ufw6-u
-
Updated
Jun 18, 2020 - PowerShell
-
Updated
Jun 12, 2020 - Shell
Because having to type the whole commands is a pain!
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Apr 30, 2019 - Go
-
Updated
Jul 3, 2020 - Python
-
Updated
Dec 22, 2019 - HTML
-
Updated
Apr 30, 2018 - Go
-
Updated
Feb 13, 2019 - JavaScript
Current Behavior
README.md doesn't say that a service is removed by default and the --remove flag example doesn't use the flag.
Expected Behavior
The docs should show an example with the non-default behavior, and it should be explained that services are removed by default.
-
Updated
Apr 25, 2020 - Python
-
Updated
Jun 23, 2020 - Python
-
Updated
Aug 30, 2017 - Shell
-
Updated
Jul 3, 2020 - Python
-
Updated
May 21, 2018 - Java
Improve this page
Add a description, image, and links to the docker-swarm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the docker-swarm topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
The drop down list for adding/editing volumes on the add/edit container page doesn't have a logical order.
Describe the solution you'd like
A simple alphabetical order would make things easier.