| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
Signed-off-by: Harald Albers <github@albersweb.de>
(cherry picked from commit 1b58d0bc51e2bfc9e268dab762d1d891c18890c9)
Signed-off-by: Victor Vieux <vieux@docker.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Signed-off-by: Anusha Ragunathan <anusha@docker.com>
|
| |
|
|
| |
Signed-off-by: Victor Vieux <vieux@docker.com>
|
| |
|
|
| |
Signed-off-by: Anusha Ragunathan <anusha@docker.com>
|
| |
|
|
| |
Signed-off-by: Victor Vieux <vieux@docker.com>
|
| |
|
|
|
|
| |
/docs/reference
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
|
| |
|
|
| |
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
|
| |
|
|
| |
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
|
| |
|
|
|
|
|
| |
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>
|
| |\
| |
| | |
make command "docker plugin inspect" complete
|
| | |
| |
| |
| | |
Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
|
| |/
|
|
| |
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
|
| |
|
|
|
|
| |
Signed-off-by: Victor Vieux <vieux@docker.com>
Signed-off-by: Victor Vieux <vieux@docker.com>
|
| |
|
|
| |
Signed-off-by: Victor Vieux <vieux@docker.com>
|
| |
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
| |
- 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>
|
| |
|
|
|
|
|
| |
the advisory option should not be
below "menu"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
|
|
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|