12053f480b
[Docs] Add docs for stating stopped containers
...
This commit adds docs with example showing `docker stats` stopped
containers.
Signed-off-by: Zhang Wei <zhangwei555@huawei.com >
2017-06-02 00:10:55 +00:00
6f3f9e384c
fix the type
...
Signed-off-by: yupengzte <yu.peng36@zte.com.cn >
2017-06-02 00:10:55 +00:00
1869390de8
add rollback explanation to docker service update command document
...
Signed-off-by: erxian <evelynhsu21@gmail.com >
2017-06-02 00:10:55 +00:00
5140cef92a
Fix whitespace error.
...
Signed-off-by: Andrew McDonnell <bugs@andrewmcdonnell.net >
2017-06-02 00:10:55 +00:00
218740abc7
Add daemon flag to set no_new_priv as default for unprivileged containers.
...
Signed-off-by: Daniel Zhang <jmzwcn@gmail.com >
2017-06-02 00:10:55 +00:00
1328bb4440
Add --format to docker service ps
...
This fix tries to address the issue raised in 27189 where
it is not possible to support configured formatting stored in
config.json.
Since `--format` was not supported in `docker service ps`,
the flag `--format` has also been added in this fix.
This fix
1. Add `--format` to `docker service ps`
2. Add `tasksFormat` to config.json
3. Add `--format` to `docker stack ps`
4. Add `--format` to `docker node ps`
The related docs has been updated.
An integration test has been added.
This fix fixes 27189.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
2017-06-02 00:10:55 +00:00
8279870a1f
why there are so many mistakes in our repo (up to /cmd)
...
Signed-off-by: Aaron.L.Xu <likexu@harmonycloud.cn >
2017-06-02 00:10:55 +00:00
dd6886657d
Add example for --device-cgroup-rule to create reference
...
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com >
2017-06-02 00:10:55 +00:00
f36bcf1acd
Fix some Liquid errors
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
2017-06-02 00:10:55 +00:00
8c14c4f001
Add zsh completion for docker log options 'max-buffer-size|mode'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:55 +00:00
38ac6860eb
Update plugin_volume apidocs for v2
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
2017-06-02 00:10:55 +00:00
ab7522c939
Add plugin socket related debug docs.
...
Signed-off-by: Anusha Ragunathan <anusha.ragunathan@docker.com >
2017-06-02 00:10:55 +00:00
f004bb9cf9
Fix bash completion for start --checkpoint
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:55 +00:00
924aff0cd4
Add zsh completion for 'docker service logs' command
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:55 +00:00
6108385baa
Add zsh completion for 'docker checkpoint' commands
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:54 +00:00
d5c236ca20
Add zsh completion for missing 'docker plugin' commands and options
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:54 +00:00
a93d410af7
Fix useless trailing backslash in zsh completion
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:54 +00:00
8691d0dd68
Add cache invalidation in zsh completion when the DOCKER_HIDE_LEGACY_COMMANDS envvar changes
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:54 +00:00
e6a4e7507c
Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash"
...
This is especially important for distributions like NixOS where `/bin/bash` doesn't exist, or for MacOS users who've installed a newer version of Bash than the one that comes with their OS.
Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com >
2017-06-02 00:10:54 +00:00
f2aab00321
Add bash completion for docker plugin upgrade
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:54 +00:00
af095f572e
Fix bash completion for --log-opt mode
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:54 +00:00
f8462e533e
Add zsh completion for 'docker {service ls,stack services} --format'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:54 +00:00
d36a82bcaf
Add zsh completion for 'docker {ps,service ls} --filter expose|publish'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:54 +00:00
e4c858dba4
Add zsh completion for 'dockerd --default-shm-size'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:54 +00:00
58ef5d4760
Add zsh completion for 'docker build --squash'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:54 +00:00
225c67f074
fix typo
...
Signed-off-by: yupengzte <yu.peng36@zte.com.cn >
2017-06-02 00:10:54 +00:00
ecc4938091
Add missing link in deprecated.md
...
This fix adds a missing link in deprecated.md
```
Deprecated In Release: [v1.13.0]...
```
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
2017-06-02 00:10:54 +00:00
acff7d285d
Add zsh completion for 'docker swarm unlock|unlock-key' commands
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:54 +00:00
620247aab4
Add zsh completion for missing 'docker swarm init|update' options
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:54 +00:00
022d972c38
Define bridge networks
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
2017-06-02 00:10:54 +00:00
1507e86ada
add expose and publish filter in swagger.yml and CLI docs for docker/master
...
Signed-off-by: allencloud <allen.sun@daocloud.io >
2017-06-02 00:10:54 +00:00
4113925b25
add missing filter type and sort filter type in alphabets
...
Signed-off-by: allencloud <allen.sun@daocloud.io >
2017-06-02 00:10:53 +00:00
ddadd3db49
Standardized formatting of CLI reference commands
...
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 >
2017-06-02 00:10:53 +00:00
cf4b3715ed
Removed unused image
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
2017-06-02 00:10:53 +00:00
c2893a6e1c
Add info about the relationship between swarm leave and node rm
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
2017-06-02 00:10:53 +00:00
d84da237bf
update events related doc and swagger.yml
...
Signed-off-by: allencloud <allen.sun@daocloud.io >
2017-06-02 00:10:53 +00:00
c76dcd33f7
Add plugin debug docs.
...
Doc fix for #30761
Signed-off-by: Anusha Ragunathan <anusha.ragunathan@docker.com >
2017-06-02 00:10:53 +00:00
221d15877d
Improve bash completion for docker plugin enable|disable
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:53 +00:00
d77db0bd9a
Update API history and man page for --filter expose/publish
...
This fix updates API history and man page for
`docker ps --filter expose/publish`, from the feedback:
https://github.com/docker/docker/pull/27557#issuecomment-276832876
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
2017-06-02 00:10:53 +00:00
f1cef9c7ab
Add bash completion for docker ps --filter expose|publish
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:53 +00:00
f26c735282
Add bash completion for docker plugin ls --filter
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:53 +00:00
b380c2eb63
Remove --init-path mention
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2017-06-02 00:10:53 +00:00
f571b363e6
Document --init flag for docker run
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2017-06-02 00:10:53 +00:00
705f7ad7d2
Update docker stack experimental notes
...
Update command usage and help.
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
2017-06-02 00:10:53 +00:00
d39215cbaa
added ppc64le and s390x fixes for manpages
...
Fixes manpages for p and z by downloading a specific version
of go instead of relying on the distro version.
Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com >
2017-06-02 00:10:53 +00:00
e6889bf41b
Fix grammatical error in swarm_leave.md
...
Correct this sentence so it reads correctly. "to on a manager" should be
"on a manager".
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com >
2017-06-02 00:10:53 +00:00
ff9b736d52
remove musl-dev in man/Dockerfile.armhf
...
Signed-off-by: Andrew Hsu <andrewhsu@docker.com >
2017-06-02 00:10:53 +00:00
a39f753e56
use precompiled go from google, needs debian to work
...
Signed-off-by: Andrew Hsu <andrewhsu@docker.com >
2017-06-02 00:10:52 +00:00
6d4b51d1a9
from golang:1.7.5-alpine for docker-manpage-dev
...
Signed-off-by: Andrew Hsu <andrewhsu@docker.com >
2017-06-02 00:10:52 +00:00
f7e0aa39fa
Add bash completion for {stack services,service ls} --format
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:52 +00:00