docker-swarm-proxy icon indicating copy to clipboard operation
docker-swarm-proxy copied to clipboard

What if you wanted a docker exec, but for Docker swarm? - Control any node in the swarm from your CLI

Results 4 docker-swarm-proxy issues
Sort by recently updated
recently updated
newest added

Varios options here: - Use PyInstaller to build a binary - Build a Docker Image for the actual code and ship the plugin with just a bash script, could help...

Add two new commands: Something along the lines of ```bash docker swarmproxy setup --service-name "docker_swarm_proxy" --network-name "network-name" ``` ```bash docker swarmproxy teardown --service-name "docker_swarm_proxy" --network-name "network-name" ``` Then, add the...

Currently we use the python client library to detect things before executing the "service_exec.py flow". This means that Docker Contexts probably don't work. We have to investigate how to work...

Right now the tecnativa proxy is deployed onto every single node. For small clusters this is probably fine, but we should adapt the logic in the plugin so that it...