Swarm is a web-based code review and collaboration tool for Perforce.
Questions tagged [swarm]
320 questions
-1
votes
1 answer
Anyone is using swarm docker as Production?
I'm just curious, how reliable swarm docker is ? Because I'm making decision to replace current production physical infrastructure to be a swarm docker but I'm not quite sure.
Please suggest me about swarm docker or any URL for instruction of swarm…
-1
votes
2 answers
Is it possible to create a docker swarm cluster using nodes on different cloud providers?
Is it possible to create a docker swarm cluster using nodes on different cloud providers?
Let's say some of them on AWS, some on GCE and some on Azure?

bitgandtter
- 2,179
- 6
- 31
- 60
-2
votes
1 answer
Docker swarm strategy
Can anyone share their experience of changing the docker swarm scheduling strategy as there are three (spread, binpack and random). spread is default strategy used by docker swarm and I want it change to binpack.

Niaz Hussain
- 139
- 1
- 9
-4
votes
3 answers
Docker zero down time
I want to have to achieve zero downtime. I have created a service with 5 replicas and deploy into the stack then I want to update the existing service with some new changes and deploy into the stack with zero downtime.
version: "3"
services:
…

Paras Rockers
- 7
- 2