github.com/pwn-term/docker@v0.0.0-20210616085119-6e977cce2565/cli/docs/reference/commandline/plugin.md (about)

     1  ---
     2  title: "plugin"
     3  description: "The plugin command description and usage"
     4  keywords: "plugin"
     5  ---
     6  
     7  # plugin
     8  
     9  ```markdown
    10  Usage:  docker plugin COMMAND
    11  
    12  Manage plugins
    13  
    14  Options:
    15        --help   Print usage
    16  
    17  Commands:
    18    create      Create a plugin from a rootfs and configuration. Plugin data directory must contain config.json and rootfs directory.
    19    disable     Disable a plugin
    20    enable      Enable a plugin
    21    inspect     Display detailed information on one or more plugins
    22    install     Install a plugin
    23    ls          List plugins
    24    push        Push a plugin to a registry
    25    rm          Remove one or more plugins
    26    set         Change settings for a plugin
    27    upgrade     Upgrade an existing plugin
    28  
    29  Run 'docker plugin COMMAND --help' for more information on a command.
    30  
    31  ```
    32  
    33  ## Description
    34  
    35  Manage plugins.