top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Docker: What is the meaning of global service in terms of docker ?

0 votes
272 views
Docker: What is the meaning of global service in terms of docker ?
posted Sep 2, 2017 by Vikram Singh

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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.

answer Sep 2, 2017 by Harshita
...