docker-plugin-install - Man Page

Install a plugin

Synopsis

docker plugin install [Options] PLUGIN [KEY=VALUE...]

Description

Install a plugin

Options

--alias=""

Local name for plugin

--disable[=false]

Do not enable the plugin on install

--disable-content-trust[=true]

Skip image verification

--grant-all-permissions[=false]

Grant all permissions necessary to run the plugin

-h,  --help[=false]

help for install

See Also

docker-plugin(1)

Referenced By

docker-plugin(1).

May 2020 Docker Community