github.com/yogeshlonkar/moby@v1.13.2-0.20201203103638-c0b64beaea94/docs/reference/commandline/service.md (about)

     1  ---
     2  title: "service"
     3  description: "The service command description and usage"
     4  keywords: "service"
     5  ---
     6  
     7  <!-- This file is maintained within the docker/docker Github
     8       repository at https://github.com/docker/docker/. Make all
     9       pull requests against that repo. If you see this file in
    10       another repository, consider it read-only there, as it will
    11       periodically be overwritten by the definitive file. Pull
    12       requests which include edits to this file in other repositories
    13       will be rejected.
    14  -->
    15  
    16  # service
    17  
    18  ```markdown
    19  Usage:  docker service COMMAND
    20  
    21  Manage services
    22  
    23  Options:
    24        --help   Print usage
    25  
    26  Commands:
    27    create      Create a new service
    28    inspect     Display detailed information on one or more services
    29    logs        Fetch the logs of a service
    30    ls          List services
    31    ps          List the tasks of a service
    32    rm          Remove one or more services
    33    scale       Scale one or multiple replicated services
    34    update      Update a service
    35  
    36  Run 'docker service COMMAND --help' for more information on a command.
    37  ```
    38  
    39  ## Description
    40  
    41  Manage services.
    42