docker-swarm-proxy - docker exec, but for Docker swarm
What if you wanted a docker exec, but for Docker swarm?
A problem with Docker Swarm and automation with it has been that you can't directly exec into any service from the command line. There exist some workarounds to achieve this behaviour, but in the end you want something similar and as convenient as docker exec
but for services.
Link to project: https://github.com/neuroforgede/docker-swarm-proxy