1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/reference/commandline
Brian Goff 96b0320d5c Add docker plugin upgrade
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 03c6949739)
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-02-03 19:14:56 -05:00
..
attach.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
build.md Update the option 'network' for docker build 2016-12-13 17:09:12 -08:00
cli.md document DOCKER_HIDE_LEGACY_COMMANDS env-var 2017-01-27 11:31:55 -08:00
commit.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
container_prune.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
cp.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
create.md Add docs for run|create --init|--init-path 2017-01-24 15:41:37 -08:00
deploy.md Fix typo in docs (Copmose) 2016-11-22 11:27:57 -08:00
diff.md Remove redundant parameter and fix typos 2016-11-10 11:05:31 +08:00
docker_images.gif
dockerd.md Add missing "--default-runtime" flag in manpage 2017-01-04 12:42:41 +01:00
events.md update plugins in docs and correct things in index.md 2017-01-03 23:47:01 -08:00
exec.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
export.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
history.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
image_prune.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
images.md Update images cli reference with reference filter 2016-11-18 13:37:07 -08:00
import.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
index.md update plugins in docs and correct things in index.md 2017-01-03 23:47:01 -08:00
info.md Update docker info cli reference documentation 2016-11-23 12:28:16 -08:00
inspect.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
kill.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
load.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
login.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
logout.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
logs.md Fix a spelling mistake in the docs. 2016-12-05 00:41:35 -08:00
menu.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
network_connect.md 28600: Docs: network connect for container in Created/Stopped state 2016-11-28 11:13:20 -08:00
network_create.md Add docs for docker network create --attachable 2016-12-15 21:06:23 -08:00
network_disconnect.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
network_inspect.md Show peer nodes in network inspect for swarm overlay networks 2016-11-09 13:58:04 -08:00
network_ls.md add SCOPE field content for docker network ls 2016-12-09 14:14:27 -08:00
network_prune.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
network_rm.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
node_demote.md Add the whole related information for node 2016-12-15 22:42:02 -08:00
node_inspect.md Add the whole related information for node 2016-12-15 22:42:02 -08:00
node_ls.md Add the whole related information for node 2016-12-15 22:42:02 -08:00
node_promote.md Add the whole related information for node 2016-12-15 22:42:02 -08:00
node_ps.md Remove --all|-a from docker node ps reference 2017-01-04 12:42:41 +01:00
node_rm.md Add the whole related information for node 2016-12-15 22:42:02 -08:00
node_update.md Add the whole related information for node 2016-12-15 22:42:02 -08:00
pause.md Fix inconsistency for pause and unpause 2016-12-15 22:42:43 -08:00
plugin_create.md Add docker plugin upgrade 2017-02-03 19:14:56 -05:00
plugin_disable.md Add docker plugin upgrade 2017-02-03 19:14:56 -05:00
plugin_enable.md Add docker plugin upgrade 2017-02-03 19:14:56 -05:00
plugin_inspect.md Add docker plugin upgrade 2017-02-03 19:14:56 -05:00
plugin_install.md Add docker plugin upgrade 2017-02-03 19:14:56 -05:00
plugin_ls.md Add docker plugin upgrade 2017-02-03 19:14:56 -05:00
plugin_push.md Add docker plugin upgrade 2017-02-03 19:14:56 -05:00
plugin_rm.md Add docker plugin upgrade 2017-02-03 19:14:56 -05:00
plugin_set.md replace no-remove by sample-volume-plugin in docs 2017-01-04 12:44:55 +01:00
plugin_upgrade.md Add docker plugin upgrade 2017-02-03 19:14:56 -05:00
port.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
ps.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
pull.md Add concurrent uploads/downloads section 2016-11-22 16:20:19 -08:00
push.md Add concurrent uploads/downloads section 2016-11-22 16:20:19 -08:00
rename.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
restart.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
rm.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
rmi.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
run.md Add docs for run|create --init|--init-path 2017-01-24 15:41:37 -08:00
save.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
search.md Fix copypaste error 'is-automated' 2016-11-28 11:30:34 -08:00
secret_create.md remove -f on secret create and unify usage with other commands 2017-01-09 06:37:40 -08:00
secret_inspect.md Update docs to reflect no longer displaying secret digest or size. 2016-11-22 16:54:55 -08:00
secret_ls.md Fix the inconsistency for docker secret 2016-12-01 13:39:06 -08:00
secret_rm.md support labels for secrets upon creation; review updates 2016-11-09 14:27:45 -05:00
service_create.md Fix misleading default for --replicas 2017-02-03 00:48:59 -08:00
service_inspect.md Add the link for service logs 2016-12-15 21:06:23 -08:00
service_logs.md Add the link for service logs 2016-12-15 21:06:23 -08:00
service_ls.md Add the link for service logs 2016-12-15 21:06:23 -08:00
service_ps.md Add the link for service logs 2016-12-15 21:06:23 -08:00
service_rm.md Add the link for service logs 2016-12-15 21:06:23 -08:00
service_scale.md Add the link for service logs 2016-12-15 21:06:23 -08:00
service_update.md Fix misleading default for --replicas 2017-02-03 00:48:59 -08:00
stack_deploy.md Update reference document for secret and stack 2017-01-03 23:46:29 -08:00
stack_ls.md stack_config.md not exist and delete it 2016-12-13 17:09:47 -08:00
stack_ps.md Update reference document for secret and stack 2017-01-03 23:46:29 -08:00
stack_rm.md stack_config.md not exist and delete it 2016-12-13 17:09:47 -08:00
stack_services.md stack_config.md not exist and delete it 2016-12-13 17:09:47 -08:00
start.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
stats.md Update stats cli reference documentation 2016-11-16 11:11:52 -08:00
stop.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
swarm_init.md fix more according to the actual output of 'docker swarm init --help' 2016-11-28 11:28:57 -08:00
swarm_join.md docs: fix description of docker swarm join --help 2016-12-12 13:23:57 -08:00
swarm_join_token.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
swarm_leave.md swarm leave is not only for workers 2016-12-15 22:41:43 -08:00
swarm_unlock.md Document autolock/unlock/unlock-key 2016-11-09 16:12:11 -08:00
swarm_unlock_key.md Document autolock/unlock/unlock-key 2016-11-09 16:12:11 -08:00
swarm_update.md docs: fix description of docker swarm update --help 2016-12-12 13:24:03 -08:00
system_df.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
system_prune.md Add zsh completion for new prune commands 2016-11-10 20:51:44 +01:00
tag.md Change the docker-tag usage text to be clearer 2016-11-18 13:41:48 -08:00
top.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
unpause.md Fix inconsistency for pause and unpause 2016-12-15 22:42:43 -08:00
update.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
version.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
volume_create.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
volume_inspect.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
volume_ls.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
volume_prune.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
volume_rm.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
wait.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00