#Docker: Execute arbitrary docker commands on any container in the swarm from a manager node
How to execute an arbitrary command on any docker container running in a docker swarm ? There is no way of directly executing a ‘docker exec’ on a container in the swarm. On a swarm we can define stack of services and directly only services are visible. The containers that run the actual service and… Read More »