mirror of https://github.com/docker/docs.git
14 lines
328 B
YAML
14 lines
328 B
YAML
command: docker plugin rm
|
|
aliases: remove
|
|
short: Remove one or more plugins
|
|
long: Remove one or more plugins
|
|
usage: docker plugin rm [OPTIONS] PLUGIN [PLUGIN...]
|
|
pname: docker plugin
|
|
plink: docker_plugin.yaml
|
|
options:
|
|
- option: force
|
|
shorthand: f
|
|
default_value: "false"
|
|
description: Force the removal of an active plugin
|
|
|