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

add option to not require setup/teardown the service every call

Open s4ke opened this issue 1 year ago • 0 comments

Add two new commands:

Something along the lines of

docker swarmproxy setup --service-name "docker_swarm_proxy" --network-name "network-name"
docker swarmproxy teardown --service-name "docker_swarm_proxy" --network-name "network-name"

Then, add the option to specify the same on the actual exec command:

docker swarmproxy service exec --service-name "docker_swarm_proxy" --network-name "network-name" ...

s4ke avatar Jun 26 '23 22:06 s4ke