Top "Docker-swarm-mode" questions

Swarm mode refers to cluster management and orchestration features embedded in Docker Engine.

How to directly mount NFS share/volume in container using docker compose v3

I have a compose file with v3 where there are 3 services sharing/using the same volume. While using swarm mode …

docker docker-compose docker-swarm docker-swarm-mode
How to configure rabbitmq.config inside Docker containers?

I'm using the official RabbitMQ Docker image (https://hub.docker.com/_/rabbitmq/) I've tried editing the rabbitmq.config file inside …

docker rabbitmq docker-swarm-mode
When to use Docker-Compose and when to use Docker-Swarm

I'm trying to understand the differences or similarities between Docker-Compose and Docker-Swarm. By reading the documentation I have understood that …

docker docker-compose docker-swarm docker-swarm-mode
How to disable docker swarm mode?

I have enabled docker swarm for local testing. Now, whenever trying to deploy using docker-compose up I see the following …

docker docker-swarm docker-swarm-mode
What's the difference between a stack file and a Compose file?

I'm learning about using Docker Compose to deploy applications in multiple containers, across multiple hosts. And I have come across …

docker docker-compose docker-swarm docker-swarm-mode
Host environment variables with docker stack deploy

I was wondering if there is a way to use environment variables taken from the host where the container is …

docker docker-swarm docker-swarm-mode
How is load balancing done in Docker-Swarm mode

I'm working on a project to set up a cloud architecture using docker-swarm. I know that with swarm I could …

docker load-balancing docker-swarm-mode
What is overlay network and how does DNS resolution work?

I cannot connect to external mongodb server from my docker swarm cluster. As I understand this is because of cluster …

networking docker docker-swarm docker-swarm-mode
How can I remotely connect to docker swarm?

Is it possible to execute commands on a docker swarm cluster hosted in cloud from my local mac? If yes, …

docker docker-swarm docker-swarm-mode docker-secrets