Steve Durrheimer
07072a8984
Add zsh completion for 'docker swarm --availability'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: ad214d7a79
Component: cli
2017-06-02 00:10:49 +00:00
Steve Durrheimer
c11bc343aa
Add zsh completion for 'docker {container,image,network,system} prune --filter'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
Upstream-commit: 8cd8ceedf6
Component: cli
2017-06-02 00:10:49 +00:00
Zhang Wei
e8296f67cc
Fix some typos
...
Signed-off-by: Zhang Wei <zhangwei555@huawei.com >
Upstream-commit: b5758e62de
Component: cli
2017-06-02 00:10:49 +00:00
Harald Albers
c7b3f20a8e
Add bash completion for dockerd --init and docker run|create --init
...
Fixes #30263
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 0e8ea8a2b6
Component: cli
2017-06-02 00:10:49 +00:00
John Howard
227539bc5c
Update run.md ENV docs
...
Signed-off-by: John Howard <jhoward@microsoft.com >
Upstream-commit: 8c24f5d5e7
Component: cli
2017-06-02 00:10:49 +00:00
Yanqiang Miao
7770eceb62
Complete the options for 'docker plugin install'
...
Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn >
Upstream-commit: b6aba94144
Component: cli
2017-06-02 00:10:49 +00:00
Harald Albers
e1562c94a9
Add bash completion for build --squash
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: f58ef83a2c
Component: cli
2017-06-02 00:10:49 +00:00
Harald Albers
ac6e5621fd
Add bash completion for container|image|network prune --filter until
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 347c066e0d
Component: cli
2017-06-02 00:10:49 +00:00
Harald Albers
91d650a72a
Fix treatment of DOCKER_HIDE_LEGACY_COMMANDS in bash completion
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: cce9425a74
Component: cli
2017-06-02 00:10:49 +00:00
Harald Albers
b777b51905
Add bash completion for plugin install --disable-content-trust
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: ad4e1a9c61
Component: cli
2017-06-02 00:10:49 +00:00
Harald Albers
10c83e10b1
Honour $DOCKER_HIDE_LEGACY_COMMANDS in bash completion
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: aa4b0f065b
Component: cli
2017-06-02 00:10:48 +00:00
Ian Campbell
6cadd5ebe4
Clarify cp documentation behaviour with trailing "/."
...
Issue #30082 demonstrated that their is possible confusion with the "/."
where the tailing "." can appear to be merely punctuation within the
document rather than a highly pertinent part of `SRC_PATH`.
Signed-off-by: Ian Campbell <ian.campbell@docker.com >
Upstream-commit: 4db608f186
Component: cli
2017-06-02 00:10:48 +00:00
Harald Albers
c96feef15a
Add bash completion for swarm join --availability
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 3b59097abd
Component: cli
2017-06-02 00:10:48 +00:00
Yong Tang
2e4253af5c
Allow swarm init with --availability=drain
...
This fix adds a new flag `--availability` to `swarm join`.
Related documentation has been updated.
An integration test has been added.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
Upstream-commit: 4a16aa2ece
Component: cli
2017-06-02 00:10:48 +00:00
Yong Tang
a1ee3c9125
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`).
This fix adds a new flag `--availability` to `swarm join`.
Related documentation has been updated.
An integration test has been added.
NOTE: Additional pull request for swarmkit and engine-api will
be created separately.
This fix fixes 24596.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
Upstream-commit: f4d26add25
Component: cli
2017-06-02 00:10:48 +00:00
Tibor Vass
ad57980f55
plugins: rename DeviceCreation to AllowAllDevices
...
Signed-off-by: Tibor Vass <tibor@docker.com >
Upstream-commit: 8c3f18ca6d
Component: cli
2017-06-02 00:10:48 +00:00
Dong Chen
d44562c7fe
add port PublishMode to service inspect --pretty output
...
Signed-off-by: Dong Chen <dongluo.chen@docker.com >
Upstream-commit: 3988259bcb
Component: cli
2017-06-02 00:10:48 +00:00
Victor Vieux
1da5f6bd38
remove -f on secret create and unify usage with other commands
...
Signed-off-by: Victor Vieux <vieux@docker.com >
Upstream-commit: 20954b356b
Component: cli
2017-06-02 00:10:48 +00:00
Yong Tang
fdbe44297c
Add --filter until=<timestamp> for docker container/image prune
...
This fix is a follow up for comment
https://github.com/docker/docker/pull/28535#issuecomment-263215225
This fix provides `--filter until=<timestamp>` for `docker container/image prune`.
This fix adds `--filter until=<timestamp>` to `docker container/image prune`
so that it is possible to specify a timestamp and prune those containers/images
that are earlier than the timestamp.
Related docs has been updated
Several integration tests have been added to cover changes.
This fix fixes #28497 .
This fix is related to #28535 .
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
Upstream-commit: fdd6879b68
Component: cli
2017-06-02 00:10:48 +00:00
ttronicum
6b26f65e63
explain since format and give examples
...
Signed-off-by: tronicum <tronicum@user.github.com >
Upstream-commit: 915a5a3c57
Component: cli
2017-06-02 00:10:48 +00:00
allencloud
baa324abc0
fix volume ls filter driver
...
Signed-off-by: allencloud <allen.sun@daocloud.io >
Upstream-commit: 1f494501f2
Component: cli
2017-06-02 00:10:48 +00:00
yuexiao-wang
8832918e96
Fix incorrect alias and URL
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn >
Upstream-commit: 70d63dce63
Component: cli
2017-06-02 00:10:48 +00:00
yuexiao-wang
4fbe81294a
keep network option consistent between network connect and run
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn >
Upstream-commit: 6337d3724e
Component: cli
2017-06-02 00:10:48 +00:00
lixiaobing10051267
ae3f860511
Provide correct command imformation and URL
...
Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn >
Upstream-commit: 30f009076e
Component: cli
2017-06-02 00:10:48 +00:00
Harald Albers
0209697d2c
Add bash completion for plugin names
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: fbfe077b1e
Component: cli
2017-06-02 00:10:48 +00:00
Yunxiang Huang
6b942cd096
Fix "zsh/_docker"
...
Signed-off-by: Yunxiang Huang <hyxqshk@vip.qq.com >
Upstream-commit: bd5bced8d1
Component: cli
2017-06-02 00:10:48 +00:00
Victor Vieux
6793285077
small secret doc update
...
Signed-off-by: Victor Vieux <vieux@docker.com >
Upstream-commit: 67da1ed340
Component: cli
2017-06-02 00:10:48 +00:00
John Howard
33e61adc59
Tidy --isolation wording
...
Signed-off-by: John Howard <jhoward@microsoft.com >
Upstream-commit: 36274c35d5
Component: cli
2017-06-02 00:10:47 +00:00
allencloud
d1a9a33820
support registry mirror config reload
...
Signed-off-by: allencloud <allen.sun@daocloud.io >
Upstream-commit: 6c3e0ba560
Component: cli
2017-06-02 00:10:47 +00:00
yuexiao-wang
6e8e4af103
Update docker daemon to dockerd
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn >
Upstream-commit: 6dcebccc46
Component: cli
2017-06-02 00:10:47 +00:00
Victor Vieux
7632076475
replace no-remove by sample-volume-plugin in docs
...
Signed-off-by: Victor Vieux <vieux@docker.com >
Upstream-commit: 63aa05d3f7
Component: cli
2017-06-02 00:10:47 +00:00
Daniel Nephin
633a71429a
Read long description from a file.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: 5bd015e2d9
Component: cli
2017-06-02 00:10:47 +00:00
Harald Albers
3bfda246fa
Support multiple services on bash completion for docker service ps
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: ce569fd836
Component: cli
2017-06-02 00:10:47 +00:00
allencloud
4cff8fc505
update plugins in docs and correct things in index.md
...
Signed-off-by: allencloud <allen.sun@daocloud.io >
Upstream-commit: a004c15df0
Component: cli
2017-06-02 00:10:47 +00:00
Yong Tang
69c512fa5b
Support multiple service IDs on "docker service ps"
...
This fix tries to address issue raised in 25228 to support
multiple service IDs on `docker service ps`.
Multiple IDs are allowed with `docker service ps ...`, and
related documentation has been updated.
A test has been added to cover the changes.
This fix fixes 25228.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
Upstream-commit: 0645bd841e
Component: cli
2017-06-02 00:10:47 +00:00
yuexiao-wang
542d3a8cbd
Update reference document for secret and stack
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn >
Upstream-commit: 1471f8013b
Component: cli
2017-06-02 00:10:47 +00:00
Harald Albers
094303a355
Fix usage message of plugin inspect
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 6c5145d074
Component: cli
2017-06-02 00:10:47 +00:00
Harald Albers
407d116751
Add bash completion for plugin disable --force
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 0e0cb6498c
Component: cli
2017-06-02 00:10:47 +00:00
Harald Albers
f949dc0d1d
Fix bash completion for plugin enable|disable
...
`docker plugin enable` and `docker plugin disable` only
accept one plugin.
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 70d8efd001
Component: cli
2017-06-02 00:10:47 +00:00
Sebastiaan van Stijn
2362df6877
document DOCKER_HIDE_LEGACY_COMMANDS env-var
...
The `DOCKER_HIDE_LEGACY_COMMANDS` environment
variable was added in a7c8bcac2ba60d6dd25a1157085d9245bed556ce
but not documented.
This adds the variable to the documentation.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 8d4ea9f2cf
Component: cli
2017-06-02 00:10:47 +00:00
Yanqiang Miao
28f7d73273
Complete the document content
...
Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn >
update
Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn >
Upstream-commit: 7957741105
Component: cli
2017-06-02 00:10:47 +00:00
lixiaobing10051267
81eac9ebfb
update URL of plugins_graphdriver.md in experimental/README.md
...
Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn >
Upstream-commit: aba799a996
Component: cli
2017-06-02 00:10:47 +00:00
Ovidio Mallo
c7464dd765
Reference new DigitalOcean plugin ( Closes #29729 )
...
Signed-off-by: Ovidio Mallo <ovidio.mallo@gmail.com >
Upstream-commit: b839363db9
Component: cli
2017-06-02 00:10:47 +00:00
yuexiao-wang
c005f02b03
Update the field 'CONTAINER ID' for docker ps
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn >
Upstream-commit: 6f6cd51db6
Component: cli
2017-06-02 00:10:47 +00:00
zhenghenghuo
9a4c188913
fix some typos
...
Signed-off-by: zhenghenghuo <zhenghenghuo@zju.edu.cn >
try to pass test
Signed-off-by: zhenghenghuo <zhenghenghuo@zju.edu.cn >
try to pass the test
Signed-off-by: zhenghenghuo <zhenghenghuo@zju.edu.cn >
Upstream-commit: a724a5d8c9
Component: cli
2017-06-02 00:10:46 +00:00
yuexiao-wang
46ae0221fe
Update 'ID' field for 'docker plugin ls'
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn >
Upstream-commit: fcb3a0e88b
Component: cli
2017-06-02 00:10:46 +00:00
Yong Tang
101c8b0a0e
Remove docker stack ps -a to match removal of docker service/node ps -a
...
In #28507 and #28885 , `docker service/node ps -a` has been removed so that
information about slots are show up even without `-a` flag.
The output of `docker stack ps` reused the same output as `docker service/node ps`.
However, the `-a` was still there. It might make sense to remove `docker stack ps -a`
as well to bring consistency with `docker service/node ps`.
This fix is related to #28507 , #28885 , and #25983 .
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
Upstream-commit: 7e5ce47599
Component: cli
2017-06-02 00:10:46 +00:00
yuexiao-wang
10b208e016
Update the manuals of docker and dockerd
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn >
Upstream-commit: b193004923
Component: cli
2017-06-02 00:10:46 +00:00
yuexiao-wang
bebc564050
Update the index of docker command line
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn >
Upstream-commit: 348a7520c9
Component: cli
2017-06-02 00:10:46 +00:00
Harald Albers
7dc9264d52
Add bash completion for plugin install --alias
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: b78f47ca4a
Component: cli
2017-06-02 00:10:46 +00:00