The Wayback Machine - https://web.archive.org/web/20200613045843/https://github.com/topics/docker-swarm
Skip to content
#

docker-swarm

Here are 742 public repositories matching this topic...

aniketpanjwani
aniketpanjwani commented Nov 29, 2019

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:

  1. Install Gitea
davetroiano
davetroiano commented Apr 16, 2020

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)

smp4488
smp4488 commented Feb 14, 2019

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

Improve this page

Add a description, image, and links to the docker-swarm topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.