Skip to main content
-2 votes
0 answers
32 views

We run a Meteor application that requires sticky sessions. We recently refactored our infrastructure and have started seeing connectivity issues. Old Setup (Stable): A single EC2 instance running ...
BrTkCa's user avatar
  • 4,789
Advice
0 votes
0 replies
12 views

I have a Docker Swarm setup where a worker node needs to copy files to the master node. The worker is running on Windows via WSL, and the master is an Ubuntu server. Both nodes are connected through a ...
Rodrigo's user avatar
  • 33
0 votes
1 answer
150 views

After upgrading Docker on my Ubuntu 24.04 Servers to version 29.0.0, Swarm services suddenly inherit: Max open files: soft=1024, hard=524288 MongoDB, Redis, etc. suddenly throw file descriptor errors ...
finisinfinitatis's user avatar
0 votes
0 answers
60 views

Problem Summary I'm experiencing permission issues when deploying a PostgreSQL 9.6 container in Docker Swarm that uses an NFS-mounted volume for data storage. The container fails to start with the ...
Abilash's user avatar
  • 39
1 vote
1 answer
43 views

I am trying to run postgresql on my docker swarm cluster with this command docker service create --replicas 1 --name postgres -e POSTGRES_PASSWORD=a -d postgres -p 5432:5432 --net=host But the port ...
maybearandomfox's user avatar
0 votes
0 answers
63 views

I am using Docker Swarm to deploy my application, and I want to keep my Docker container running. I use the following tail -f /dev/null command to keep the container alive, but I also want to run ...
Quoc Bao's user avatar
-1 votes
1 answer
51 views

Is there a way to make two "global" mode docker swarm services communicate directly, on the same host? In this docker swarm stack are two global services, promtail and prometheus. # stack....
jah's user avatar
  • 2,179
0 votes
1 answer
64 views

I am trying docker stack ls but I get this error: Error response from daemon: This node is not a swarm manager. Use "docker swarm init" or "docker swarm join" to connect this node ...
Labeeb's user avatar
  • 117
0 votes
0 answers
35 views

We are operating Docker Swarm in a production university environment. We make heavy use of isolated overlay networks to secure stacks from one another and we rely upon Docker's built-in service DNS ...
Jasonteknut's user avatar
1 vote
0 answers
37 views

I have 3 nodes configured with swarm (1 master, 2 workers) I installed jupyterhub container on the master node. The aim is to run the user's notebook container on the worker side. If we follow the ...
wolfgunner's user avatar
2 votes
0 answers
240 views

Problem I'm testing Docker Swarm and it won't deploy any stacks: after stack deploy, the replicas remain at 0/1. It's a two-node cluster of 1 manager and 1 worker. The manager is set to drain, so ...
David Elner's user avatar
  • 5,221
0 votes
1 answer
158 views

I am running a Docker Swarm cluster with two nodes: Manager Node (10.1.109.70) Worker Node (10.1.109.60) I created an overlay network (my-swarm-net) and deployed multiple services (MySQL and Nginx) ...
mohamedyahya messaoud's user avatar
0 votes
0 answers
131 views

🚨 Queue Job tasks stuck in "pending" state in Docker Swarm with multiple nodes (Odoo 17) Module queue_job Describe the bug In a Docker Swarm environment with three nodes, one Odoo instance, ...
Alain Pierre KOUAKOU's user avatar
1 vote
0 answers
105 views

There is docker swarm cluster with 5 nodes (3 master, 2 workers) - on-premises, debian-12. The application containers (frontend+backend) are running on master nodes. There is pgpool cluster (1 pgpool +...
ChoosenOne's user avatar
0 votes
0 answers
37 views

Docker version: Client: Docker Engine - Community Version: 27.5.0 API version: 1.47 Go version: go1.22.10 Git commit: a187fa5 Built: Mon Jan 13 15:25:19 ...
Dave's user avatar
  • 1,328

15 30 50 per page
1
2 3 4 5
214