I have a cluster of docker clans, it contains 1 master-3 node. When we deploy the container through the swarm master, for example, using the command
docker -H tcp://<master_ip>:5001 run -dt --name swarm-test busybox /bin/sh
Roy automatically selects node and deploys my container. Is there a way to select a node? for example, I want to deploy a container in node 1.
linux docker docker-swarm
jojo
source share