mirror of https://github.com/docker/docs.git
13 lines
290 B
YAML
13 lines
290 B
YAML
command: docker plugin disable
|
|
short: Disable a plugin
|
|
long: Disable a plugin
|
|
usage: docker plugin disable [OPTIONS] PLUGIN
|
|
pname: docker plugin
|
|
plink: docker_plugin.yaml
|
|
options:
|
|
- option: force
|
|
shorthand: f
|
|
default_value: "false"
|
|
description: Force the disable of an active plugin
|
|
|