Top "Docker-swarm" questions

Docker Swarm is native clustering for Docker.

How can I update the latest image that my docker service/stack uses?

In the .yml definition, I'm always pulling the latest image of my service. When I push a new image to …

docker docker-swarm docker-stack portainer
Docker Macvlan network inside container is not reaching to its own host

I have setup Macvlan network between 2 docker host as follows: Host Setup: HOST_1 ens192: 172.18.0.21 Create macvlan bridge interface docker network …

docker docker-swarm macvlan
Docker swarm: 'build' configuration in docker compose file ignored during stack deployment

We have created a docker compose file with multiple services. The images for these services are built in runtime using …

docker docker-compose dockerfile docker-swarm
Portainer - how to specify SSL in docker-compose.yml?

I'm trying to deploy an instance of Portainer to a docker swarm. I'm not sure how to set the correct …

docker docker-swarm portainer
How do I find out why my Docker service is in Pending state?

I'm playing Docker Swarm, and using a docker-compose.yml with docker deploy. All services get deployed except for one, which …

docker docker-swarm
Docker 1.12 swarm mode and container volumes

I have several container that require state - I will only ever set the scale to 1, but I would like …

docker volume docker-swarm
Docker prune stuck in "a prune operation is already running"

I run command docker system prune yesterday, it took some time and then my SSH session was disconnected from different …

docker docker-swarm
REST vs gRPC: when should I choose one over the other?

I see more and more software organizations using gRPC in their service-oriented architectures, but people are also still using REST. …

rest kubernetes microservices docker-swarm grpc
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