docker service create --name redis --replicas 1 --network overlay-net redis:7
Create a service on an overlay network
Deploys a Redis service attached to the overlay network overlay-net, reachable by other services on it. Overlay networks span swarm hosts, giving services a flat virtual network. Requires an existing overlay network.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.