When we say launch a service globally in docker cluster then it means launch the service in each compute host of cluster.
There is an option which need to mention while launch a service through docker cli.
$docker service create --mode global --name container_name image_name
Hope so my answer will help you somewhat.