github.com/sld880311/docker@v0.0.0-20200524143708-d5593973a475/docs/reference/commandline/plugin.md (about)

     1  ---
     2  title: "plugin"
     3  description: "The plugin command description and usage"
     4  keywords: "plugin"
     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  # plugin
    17  
    18  ```markdown
    19  Usage:  docker plugin COMMAND
    20  
    21  Manage plugins
    22  
    23  Options:
    24        --help   Print usage
    25  
    26  Commands:
    27    create      Create a plugin from a rootfs and configuration. Plugin data directory must contain config.json and rootfs directory.
    28    disable     Disable a plugin
    29    enable      Enable a plugin
    30    inspect     Display detailed information on one or more plugins
    31    install     Install a plugin
    32    ls          List plugins
    33    push        Push a plugin to a registry
    34    rm          Remove one or more plugins
    35    set         Change settings for a plugin
    36    upgrade     Upgrade an existing plugin
    37  
    38  Run 'docker plugin COMMAND --help' for more information on a command.
    39  
    40  ```
    41  
    42  ## Description
    43  
    44  Manage plugins.