summaryrefslogtreecommitdiff
path: root/docs/reference/commandline/plugin_inspect.md
Commit message (Collapse)AuthorAgeFilesLines
* remove Jekyll tags from CLI referenceSebastiaan van Stijn2017-04-031-2/+0
| | | | | | | | | These Markdown files are now embedded in a YAML file for templating in the documentation, and these special markers are no longer needed. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 7e3169f26d4600691de9698598a2e5a064ea85eb)
* Standardized formatting of CLI reference commandsMisty Stanley-Jones2017-04-031-7/+12
| | | | | | | | | | | | | Command name should be a H1 Only Description, Examples, and Related Commands should be H2 Changed 'Related information' heading to 'Related commands' since 99% it is only linking commands Added some examples where relevant Signed-off-by: Misty Stanley-Jones <misty@docker.com> (cherry picked from commit 52df69f00d966904ba230dc2e3a0646cc52b7688)
* Add docker plugin upgradeBrian Goff2017-02-031-0/+2
| | | | | | | | | | | | | | | | | | This allows a plugin to be upgraded without requiring to uninstall/reinstall a plugin. Since plugin resources (e.g. volumes) are tied to a plugin ID, this is important to ensure resources aren't lost. The plugin must be disabled while upgrading (errors out if enabled). This does not add any convenience flags for automatically disabling/re-enabling the plugin during before/after upgrade. Since an upgrade may change requested permissions, the user is required to accept permissions just like `docker plugin install`. Signed-off-by: Brian Goff <cpuguy83@gmail.com> (cherry picked from commit 03c694973968f63743ed53cef83d0b7455695081) Signed-off-by: Brian Goff <cpuguy83@gmail.com>
* replace no-remove by sample-volume-plugin in docsVictor Vieux2017-01-041-4/+4
| | | | | | | Signed-off-by: Victor Vieux <vieux@docker.com> (cherry picked from commit bcead9282e17f51b01c4edfa59221546f02aaa33) Signed-off-by: Victor Vieux <vieux@docker.com> Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* Fix usage message of `plugin inspect`Harald Albers2017-01-041-1/+1
| | | | | | Signed-off-by: Harald Albers <github@albersweb.de> (cherry picked from commit 1b58d0bc51e2bfc9e268dab762d1d891c18890c9) Signed-off-by: Victor Vieux <vieux@docker.com>
* Implement content addressability for pluginsTonis Tiigi2016-12-271-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Move plugins to shared distribution stack with images. Create immutable plugin config that matches schema2 requirements. Ensure data being pushed is same as pulled/created. Store distribution artifacts in a blobstore. Run init layer setup for every plugin start. Fix breakouts from unsafe file accesses. Add support for `docker plugin install --alias` Uses normalized references for default names to avoid collisions when using default hosts/tags. Some refactoring of the plugin manager to support the change, like removing the singleton manager and adding manager config struct. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> Signed-off-by: Derek McGowan <derek@mcgstyle.net> (cherry picked from commit 3d86b0c79b16334ce5836c0315e4c310b84c2e17)
* Allow `docker plugin inspect` to search based on ID or nameYong Tang2016-12-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | This fix tries to address the issue raised in discussion of PR 28735 where it was not possible to manage plugin based on plugin ID. Previously it was not possible to invoke `docker plugin inspect` with a plugin ID (or ID prefix). This fix updates the implementation of `docker plugin inspect` so that it is possbile to search based on a plugin name, or a plugin ID. A short format of plugin ID (prefix) is also possible, as long as there is no ambiguity. Previously the check of `docker plugin inspect` was mostly done on the client side. This could potentially cause inconsistency between API and CMD. This fix move all the checks to daemon side so that API and CMD will be consistent. An integration test has been added to cover the changes. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> (cherry picked from commit 0ce6e070f7d1e4b1b478d52b4464f8480dbfd9b7) Signed-off-by: Victor Vieux <victorvieux@gmail.com>
* Add docs for plugin pushAnusha Ragunathan2016-11-141-1/+2
| | | | Signed-off-by: Anusha Ragunathan <anusha@docker.com>
* move plugins out of experimentalVictor Vieux2016-11-101-2/+1
| | | | Signed-off-by: Victor Vieux <vieux@docker.com>
* Add plugin create functionality.Anusha Ragunathan2016-11-091-0/+1
| | | | Signed-off-by: Anusha Ragunathan <anusha@docker.com>
* support env for docker plugin setVictor Vieux2016-11-071-0/+1
| | | | Signed-off-by: Victor Vieux <vieux@docker.com>
* fix frontmatter keywords value type (string, instead of []string) in ↵Gaetan de Villele2016-11-031-1/+1
| | | | | | /docs/reference Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
* Sync docker/docker refs with files mistakenly edited in docker.github.io repoMisty Stanley-Jones2016-10-201-0/+9
| | | | Signed-off-by: Misty Stanley-Jones <misty@docker.com>
* Fix typs from go to Goyuexiao-wang2016-10-181-1/+1
| | | | Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
* Convert Markdown frontmatter to YAMLMisty Stanley-Jones2016-10-141-10/+6
| | | | | | | Some frontmatter such as the weights, menu stuff, etc is no longer used 'draft=true' becomes 'published: false' Signed-off-by: Misty Stanley-Jones <misty@docker.com>
* Merge pull request #26192 from lixiaobing10051267/masterPluginInspectVincent Demeester2016-08-311-0/+0
|\ | | | | make command "docker plugin inspect" complete
| * make command "docker plugin inspect" completelixiaobing100512672016-08-311-1/+1
| | | | | | | | Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
* | Update description for docker plugin inspectyuexiao-wang2016-08-311-2/+2
|/ | | | Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
* add -f to plugin inspectVictor Vieux2016-08-251-1/+9
| | | | | | Signed-off-by: Victor Vieux <vieux@docker.com> Signed-off-by: Victor Vieux <vieux@docker.com>
* replace active by enabled for consistency in pluginsVictor Vieux2016-08-251-1/+1
| | | | Signed-off-by: Victor Vieux <vieux@docker.com>
* docs: update reference docs for pluginsSebastiaan van Stijn2016-07-201-89/+100
| | | | | | | | | the output/response slightly changed in 340964db1c8f161a2ad156023eb47dcc93bf804b, and `:latest` is no longer required for various actions. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Updates on cli reference documentationVincent Demeester2016-07-071-4/+6
| | | | | | | | | - Update ps with `--last` flag - Update commands with current output - Make sure hugo does not detect the wrong language - Update usage for `tag` command to be more coherent with the other ones Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* docs: move "advisory" to general metadataSebastiaan van Stijn2016-06-161-1/+1
| | | | | | | the advisory option should not be below "menu" Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* docker plugin commandline referenceSebastiaan van Stijn2016-06-141-0/+135
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>