-
Updated
May 30, 2020
docker-swarm
Here are 738 public repositories matching this topic...
What is the problem?
I've succesfully installed Gitea using the one-click install on a fresh install of CapRover. When I try to install drone-gitea using the one-click Install, I get the following error at the 7th step: "Failed: Error: Request failed with status code 500" .
If applicable, content of captain-definition file:
N/A
Steps to reproduce the problem:
- Install Gitea
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
Apr 17, 2020
-
Updated
Apr 4, 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:
![](https://4.downloader.disk.yandex.ru/disk/27da9a457d3f74cb16c3b0634e2c46b7f2f75525c59eadf7e4067ff9604a88f3/5a343cd2/2_xHWF97CSgWQOsdk2Zv3_turDwoDKx6AogG3I38z1uoHXf_dbqCj1cMjmqp25zlrhAX0wE75PRpcWCX-AoVUA%3D%3D?uid=0&filename=2017-12-15_20-17-49.png&disposition=inline&hash=&li
-
Updated
Oct 31, 2019 - Python
-
Updated
Dec 23, 2019 - Dockerfile
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
May 28, 2020 - PowerShell
-
Updated
Jun 7, 2020 - Shell
Because having to type the whole commands is a pain!
-
Updated
May 14, 2020 - JavaScript
-
Updated
Apr 30, 2019 - Go
-
Updated
Jun 9, 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
May 22, 2020 - Python
-
Updated
Aug 30, 2017 - Shell
-
Updated
May 25, 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.