github.com/AliyunContainerService/cli@v0.0.0-20181009023821-814ced4b30d0/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/cli GitHub
     8       repository at https://github.com/docker/cli/. 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 or task
    30    ls          List services
    31    ps          List the tasks of one or more services
    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