Commit Graph

  • dd05de1e6a Merge pull request #30329 from johndmulhausen/patch-2 Victor Vieux 2017-01-20 14:14:15 -08:00
  • ad214d7a79 Add zsh completion for 'docker swarm --availability' Steve Durrheimer 2017-01-19 16:54:36 +01:00
  • 8cd8ceedf6 Add zsh completion for 'docker {container,image,network,system} prune --filter' Steve Durrheimer 2017-01-20 15:46:50 +01:00
  • b5758e62de Fix some typos Zhang Wei 2017-01-19 15:29:28 +08:00
  • 0e8ea8a2b6 Add bash completion for dockerd --init and docker run|create --init Harald Albers 2017-01-19 08:22:06 +01:00
  • 8c24f5d5e7 Update run.md ENV docs John Howard 2017-01-05 15:35:24 -08:00
  • b6aba94144 Complete the options for 'docker plugin install' Yanqiang Miao 2017-01-12 20:10:23 +08:00
  • f58ef83a2c Add bash completion for build --squash Harald Albers 2017-01-17 08:52:18 +01:00
  • 347c066e0d Add bash completion for container|image|network prune --filter until Harald Albers 2017-01-16 10:47:52 +01:00
  • cce9425a74 Fix treatment of DOCKER_HIDE_LEGACY_COMMANDS in bash completion Harald Albers 2017-01-14 04:48:41 -08:00
  • ad4e1a9c61 Add bash completion for plugin install --disable-content-trust Harald Albers 2017-01-13 11:56:50 +01:00
  • aa4b0f065b Honour $DOCKER_HIDE_LEGACY_COMMANDS in bash completion Harald Albers 2017-01-13 15:43:52 +01:00
  • 4db608f186 Clarify cp documentation behaviour with trailing "/." Ian Campbell 2017-01-13 13:54:44 +00:00
  • 3b59097abd Add bash completion for swarm join --availability Harald Albers 2017-01-11 10:30:56 -08:00
  • 4a16aa2ece Allow swarm init with --availability=drain This fix adds a new flag --availability to swarm join. Yong Tang 2016-12-21 18:13:31 -08:00
  • f4d26add25 Allow swarm join with --availability=drain This fix tries to address the issue raised in 24596 where it was not possible to join as manager only (--availability=drain). Yong Tang 2016-12-21 18:06:16 -08:00
  • 8c3f18ca6d plugins: rename DeviceCreation to AllowAllDevices Tibor Vass 2017-01-10 11:00:57 -08:00
  • 3988259bcb add port PublishMode to service inspect --pretty output Dong Chen 2017-01-05 11:21:22 -08:00
  • 20954b356b remove -f on secret create and unify usage with other commands Victor Vieux 2017-01-06 12:06:02 -08:00
  • fdd6879b68 Add --filter until=<timestamp> for docker container/image prune Yong Tang 2016-12-07 14:02:13 -08:00
  • 915a5a3c57 explain since format and give examples ttronicum 2016-12-25 05:13:53 +01:00
  • 1f494501f2 fix volume ls filter driver allencloud 2017-01-04 14:43:29 +08:00
  • 70d63dce63 Fix incorrect alias and URL yuexiao-wang 2017-01-09 20:14:48 +08:00
  • 6337d3724e keep network option consistent between network connect and run yuexiao-wang 2016-12-28 19:34:32 +08:00
  • 30f009076e Provide correct command imformation and URL lixiaobing10051267 2017-01-06 11:02:02 +08:00
  • fbfe077b1e Add bash completion for plugin names Harald Albers 2017-01-04 09:53:14 -08:00
  • bd5bced8d1 Fix "zsh/_docker" Yunxiang Huang 2017-01-05 11:13:17 +08:00
  • 67da1ed340 small secret doc update Victor Vieux 2017-01-03 23:13:31 -08:00
  • 36274c35d5 Tidy --isolation wording John Howard 2017-01-03 16:17:55 -08:00
  • 6c3e0ba560 support registry mirror config reload allencloud 2016-12-21 18:31:05 +08:00
  • 6dcebccc46 Update docker daemon to dockerd yuexiao-wang 2016-12-26 22:27:56 +08:00
  • 63aa05d3f7 replace no-remove by sample-volume-plugin in docs Victor Vieux 2016-12-14 00:35:34 -08:00
  • 5bd015e2d9 Read long description from a file. Daniel Nephin 2016-09-22 14:11:08 -04:00
  • ce569fd836 Support multiple services on bash completion for docker service ps Harald Albers 2017-01-03 05:58:13 -08:00
  • a004c15df0 update plugins in docs and correct things in index.md allencloud 2016-12-29 18:46:51 +08:00
  • 0645bd841e Support multiple service IDs on "docker service ps" Yong Tang 2016-07-29 08:20:03 -07:00
  • 1471f8013b Update reference document for secret and stack yuexiao-wang 2016-12-31 00:09:49 +08:00
  • 6c5145d074 Fix usage message of plugin inspect Harald Albers 2016-12-31 09:55:04 -08:00
  • 0e0cb6498c Add bash completion for plugin disable --force Harald Albers 2016-12-31 09:28:03 -08:00
  • 70d8efd001 Fix bash completion for plugin enable|disable Harald Albers 2016-12-31 09:23:27 -08:00
  • 8d4ea9f2cf document DOCKER_HIDE_LEGACY_COMMANDS env-var Sebastiaan van Stijn 2016-12-31 14:17:34 +01:00
  • 7957741105 Complete the document content Yanqiang Miao 2016-12-29 17:35:47 +08:00
  • aba799a996 update URL of plugins_graphdriver.md in experimental/README.md Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn> lixiaobing10051267 2016-12-28 10:44:44 +08:00
  • b839363db9 Reference new DigitalOcean plugin (Closes #29729) Ovidio Mallo 2016-12-28 23:13:17 +01:00
  • 6f6cd51db6 Update the field 'CONTAINER ID' for docker ps yuexiao-wang 2016-12-28 23:00:38 +08:00
  • a724a5d8c9 fix some typos zhenghenghuo 2016-12-26 12:49:37 +08:00
  • fcb3a0e88b Update 'ID' field for 'docker plugin ls' yuexiao-wang 2016-12-27 02:17:35 +08:00
  • 7e5ce47599 Remove docker stack ps -a to match removal of docker service/node ps -a Yong Tang 2016-12-26 13:47:43 -08:00
  • b193004923 Update the manuals of docker and dockerd yuexiao-wang 2016-12-22 19:27:40 +08:00
  • 348a7520c9 Update the index of docker command line yuexiao-wang 2016-12-27 00:27:32 +08:00
  • b78f47ca4a Add bash completion for plugin install --alias Harald Albers 2016-12-25 05:32:50 -08:00
  • 73a5149c50 Cleanup bash completion for service create|update Harald Albers 2016-12-25 06:04:43 -08:00
  • 93ca1a3122 Add 'volume prune' to the volume commands index Yanqiang Miao 2016-12-24 15:03:38 +08:00
  • a59544ff3d Moves graphdriver plugn docs out of experimental Brian Goff 2016-11-19 11:41:07 -05:00
  • b5b3dd4c6b Implement content addressability for plugins Tonis Tiigi 2016-12-12 15:05:53 -08:00
  • e31e2d5bd4 Enforce zero plugin refcount during disable. Anusha Ragunathan 2016-12-20 08:26:58 -08:00
  • 40f445d605 followup to incorporate review comments per previous reviews on PR#29561 Victoria Bialas 2016-12-20 17:45:32 -08:00
  • ef5fb30f61 Add missing "--default-runtime" flag in manpage Zhang Wei 2016-12-17 22:01:59 +08:00
  • fbb21b0191 Clarify what docker diff shows Misty Stanley-Jones 2016-12-20 11:47:54 -08:00
  • 9d27f13dd8 Add the link for swarm reference document yuexiao-wang 2016-12-20 01:55:51 +08:00
  • 0a6612f03f Change tls to TLS yuexiao-wang 2016-12-20 19:14:41 +08:00
  • 388c8f8a30 Improve bash completion for bundled plugins Harald Albers 2016-12-20 13:28:46 -08:00
  • 08ba19c291 Add Fuxi Volume Plugin to the docs Hongbin Lu 2016-12-15 20:00:34 -06:00
  • e3d6fbd44f some punctuation errors and a verb form error Xinbo Weng 2016-12-21 20:05:19 +08:00
  • 22b1d28bde duplicated the Jie Luo 2016-12-21 11:03:39 +08:00
  • 0be1dede62 updates to d4win description per review comments Victoria Bialas 2016-12-19 17:41:51 -08:00
  • 205d49dfa0 updates to glossary re: d4mac, d4win, toolbox per user request Victoria Bialas 2016-12-19 17:25:04 -08:00
  • 87b4281f62 Fix misleading default for --replicas Yong Tang 2016-12-15 06:12:33 -08:00
  • 1b85eea07d correct some words liwenqi 2016-12-20 16:44:17 +08:00
  • 41d0180f2a field NAMES ommitted after docker ps in commit.md lixiaobing10051267 2016-12-20 20:34:09 +08:00
  • 175d21838a update docs about --oom-score-adj allencloud 2016-12-20 11:14:39 +08:00
  • 5997147397 Remove bash completion for deprecated docker daemon Harald Albers 2016-12-19 11:40:59 -08:00
  • f03fd566f6 Add docker-update description ommited in docker.1.md Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn> lixiaobing10051267 2016-12-14 16:42:31 +08:00
  • 7a9de26c6e Remove --all|-a from docker node ps reference Harald Albers 2016-12-18 06:47:54 -08:00
  • b9c6e9ef21 [docs,man] Fixed typo (#29516) Michael 2016-12-19 01:55:09 +01:00
  • 8e57564708 Remove bash completion for docker node ps --all|-a Harald Albers 2016-12-18 06:31:25 -08:00
  • c8f99f00d2 Add --file flag for docker secret create command Yong Tang 2016-11-19 17:41:11 -08:00
  • fd0957a407 update experimental/README.md Akihiro Suda 2016-11-08 10:31:09 +00:00
  • 0d964441e9 swarm leave is not only for workers Sebastiaan van Stijn 2016-12-16 15:10:20 +01:00
  • dd1e172adb Fix inconsistency for pause and unpause yuexiao-wang 2016-12-15 18:47:57 +08:00
  • a3246c7c3d Add the whole related information for node yuexiao-wang 2016-12-13 22:15:08 +08:00
  • 932211ddc7 Add the link for service logs yuexiao-wang 2016-12-14 19:30:09 +08:00
  • e1eea7b951 fix typo in reference for service create Trapier Marshall 2016-12-14 14:00:41 -05:00
  • a325d3ea2a Add docs for docker network create --attachable Harald Albers 2016-12-14 08:39:10 -08:00
  • ea5be8f75f Make bash completion for docker stack deploy --bundle-file experimental Harald Albers 2016-12-14 08:52:07 -08:00
  • b837f7456d Remove --port and update --publish for services to support syntaxes Vincent Demeester 2016-12-08 22:32:10 +01:00
  • fe9be95dec Update the manual for docker wait yuexiao-wang 2016-12-14 18:22:59 +08:00
  • baea245377 Update reference docs for service ps Sebastiaan van Stijn 2016-12-13 13:30:58 +01:00
  • 4df2866d4e Fix the incorrect option name yuexiao-wang 2016-12-14 03:58:02 +08:00
  • d408f74d07 stack_config.md not exist and delete it lixiaobing10051267 2016-12-13 18:06:18 +08:00
  • 96d5009f10 deprecate "top-level" network information in NetworkSettings Sebastiaan van Stijn 2016-11-15 15:41:52 +01:00
  • 378a9d816b Update the option 'network' for docker build yuexiao-wang 2016-12-09 23:15:26 +08:00
  • 5bfa17e58b remove old media type compat for plugins Victor Vieux 2016-12-07 17:35:09 -08:00
  • 2d40fc55b8 fix some broken contents links Qinglan Peng 2016-12-11 16:13:13 +08:00
  • 967a6bf70d docs: fix description of docker swarm update --help Kei Ohmura 2016-12-11 21:25:40 +09:00
  • b81f7aba37 docs: fix description of docker swarm join --help Kei Ohmura 2016-12-11 21:21:31 +09:00
  • 2373288938 replace env description with args in extend config lixiaobing10051267 2016-12-12 17:24:12 +08:00
  • 0c3697d499 Add bash completion for docker inspect --type plugin Harald Albers 2016-12-10 13:30:45 -08:00
  • f25ad6e8b7 Add zsh completion for 'docker inspect --type=plugin' and other missing ones Steve Durrheimer 2016-12-12 09:14:10 +01:00
  • 5a84f77819 plugins: container-rootfs-relative paths Tibor Vass 2016-11-22 11:21:34 -08:00