mirror of
https://github.com/docker/cli.git
synced 2025-07-05 13:21:14 +03:00
these markdown files are not consumed directly in the docs, but only their content is included through the YAML does, so there's no need to have these comments in them Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
36 lines
809 B
Markdown
36 lines
809 B
Markdown
---
|
|
title: "plugin"
|
|
description: "The plugin command description and usage"
|
|
keywords: "plugin"
|
|
---
|
|
|
|
# plugin
|
|
|
|
```markdown
|
|
Usage: docker plugin COMMAND
|
|
|
|
Manage plugins
|
|
|
|
Options:
|
|
--help Print usage
|
|
|
|
Commands:
|
|
create Create a plugin from a rootfs and configuration. Plugin data directory must contain config.json and rootfs directory.
|
|
disable Disable a plugin
|
|
enable Enable a plugin
|
|
inspect Display detailed information on one or more plugins
|
|
install Install a plugin
|
|
ls List plugins
|
|
push Push a plugin to a registry
|
|
rm Remove one or more plugins
|
|
set Change settings for a plugin
|
|
upgrade Upgrade an existing plugin
|
|
|
|
Run 'docker plugin COMMAND --help' for more information on a command.
|
|
|
|
```
|
|
|
|
## Description
|
|
|
|
Manage plugins.
|