3b1ae8bbd6
bash completion for docker volume ls -f {driver,name}
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:35 +00:00
35bad4a914
bash completion for --log-opt syslog-format
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:35 +00:00
d4aad85092
Fix the docker image --no-trunk output format
...
docker 1.10 change the output format of image id.
Signed-off-by: hyzhou.zhy <hyzhou.zhy@alibaba-inc.com >
2017-06-02 00:07:35 +00:00
a8a29fe7f5
Fix deprecated format for security-opt
...
Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com >
2017-06-02 00:07:35 +00:00
70f932f268
Fix incorrect markdown rendering
...
The docker document site [1] rendered the list of plugin implements
incorrectly.
[1]: https://docs.docker.com/engine/extend/plugin_api
Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com >
2017-06-02 00:07:35 +00:00
42dfcc1d2a
Correct the description of --group-add in run.md
...
Signed-off-by: Lei Jitang <leijitang@huawei.com >
2017-06-02 00:07:35 +00:00
bc060f1f19
make the cache miss clear
...
Signed-off-by: mikelinjie <294893458@qq.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2017-06-02 00:07:35 +00:00
b394f05fee
Use 'null' instead of 'nil' for json
...
When describe json response, 'null' is better than 'nil' which is not in
json specification.
Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com >
2017-06-02 00:07:35 +00:00
5f02c0a5ab
Add insecure registries to docker info
...
Signed-off-by: Tomasz Kopczynski <tomek@kopczynski.net.pl >
2017-06-02 00:07:35 +00:00
643715ee74
documentation: adding gce-docker plugin to plugins.md
...
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com >
2017-06-02 00:07:35 +00:00
b45ed4a79d
1.change validateNoSchema into validateNoScheme
...
2.change schema into scheme in docs and some annotations.
Signed-off-by: allencloud <allen.sun@daocloud.io >
2017-06-02 00:07:35 +00:00
1db38dfe21
Add short description about default authentication method in authorization docs
...
Following the discussion in #21556 , adding a short description of the
default user authentication mechanism (without requiring authentication
plugins)
Signed-off-by: Liron Levin <liron@twistlock.com >
2017-06-02 00:07:35 +00:00
0a13b2a1ce
Un-deprecate auto-creation of host directories for mounts
...
Auto-creation of host-directories was marked deprecated in
Docker 1.9, but was decided to be too much of an backward-incompatible
change, so it was decided to keep the feature.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2017-06-02 00:07:35 +00:00
e2491d2a7e
bash completion for docker history --human
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:35 +00:00
31c32956ca
When using systemd, pass expected cgroupsPath and cli options to runc.
...
runc expects a systemd cgroupsPath to be in slice:scopePrefix:containerName
format and the "--systemd-cgroup" option to be set. Update docker accordingly.
Fixes 21475
Signed-off-by: Anusha Ragunathan <anusha@docker.com >
2017-06-02 00:07:34 +00:00
327d937bf0
bash completion for docker {run,create} --security-opt no-new-privileges
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:34 +00:00
77c0ed6344
bash completions: Improve consistency for options with default=true
...
Completion of these options was not handled consistently.
Now all such options immediatly complete with =false appended.
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:34 +00:00
5161f2dc15
Mention "docker login" in push/pull documentation
...
It was suggested to me that documentation for "docker pull" and "docker
push" should reference "docker login", to make clearer how to specify
credentials for a push or pull operation. Add a note to the manual pages
and reference documentation explaining how registry credentials are
managed.
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com >
2017-06-02 00:07:34 +00:00
85f983178b
docs for docker daemon --containerd
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:34 +00:00
3f15ba3bdf
Add man change for volume filter
...
It was forgetton to add change in man for new-added volume filters.
This change adds that.
Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com >
2017-06-02 00:07:34 +00:00
791a5fc5c1
CLI flag for docker create(run) to change block device size.
...
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com >
2017-06-02 00:07:34 +00:00
52ccec4cbc
fix wrong option name in dm.min_free_space examples
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:34 +00:00
7eb597c63d
bash completion for storage option dm.min_free_space
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:34 +00:00
e338af7123
bash completion for docker {run,create} --userns
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:34 +00:00
2a3935e24a
Add zsh completion for 'docker {create,run} --userns'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:34 +00:00
062454975a
fix bash completion for docker run --security-opt
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:34 +00:00
043b5f05ed
Add zsh completion for 'docker daemon --containerd'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:34 +00:00
f56848dc6b
bash completion for docker daemon --containerd
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:34 +00:00
cfaba16a9b
Add zsh completion for gelf-compression log driver options
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:34 +00:00
bcdfbb8156
Add zsh completion for 'docker ps --filter' values
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:34 +00:00
f52489ec85
Add zsh completion for etwlogs and gcplogs log drivers
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:33 +00:00
4972d8b64d
Add zsh completion for journald tag opt
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:33 +00:00
68b1453a68
Add zsh completion for 'docker update --restart'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:33 +00:00
dc9d859c15
Add zsh completion for 'docker {pull,push} --disable-content-trust'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:33 +00:00
722207f722
Added 2nd experimental feature currently active
...
Signed-off-by: Robin Naundorf <r.naundorf@fh-muenster.de >
2017-06-02 00:07:33 +00:00
d020f4c6fd
Add zsh completion for 'docker {build, volume create, network create} --label'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:33 +00:00
f3f9b34d2a
docs for labels on build, networks and volumes
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:33 +00:00
ae33b5b00c
Add zsh completion for new fluentd log driver options
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:33 +00:00
8672ba42c0
Add zsh completion for 'docker load -q --quiet'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:07:33 +00:00
a28d38cf69
bash completion for labels on build, networks and volumes
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:33 +00:00
a11a350519
bash completion for new fluentd log driver options
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:33 +00:00
d69044537c
Add name/driver filter support for volume
...
This change include filter `name` and `driver`,
and also update related docs to reflect that filters usage.
Closes : #21243
Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com >
2017-06-02 00:07:33 +00:00
386acc792b
add docs for docker load --quiet
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:33 +00:00
beac16919a
bash completion for docker load --quiet
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:33 +00:00
4c125babf2
bash completion for docker ps -f volume
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:33 +00:00
80f5ed58a5
WORKDIR is like calling mkdir - but we've not told people
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2017-06-02 00:07:33 +00:00
4ffd1a9433
Remove unneeded references to execDriver
...
This includes:
- updating the docs
- removing dangling variables
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com >
2017-06-02 00:07:33 +00:00
0926303632
Allow net and IPC namespaces to be shared when userns=on
...
Now that the namespace sharing code via runc is vendored with the
containerd changes, we can disable the restrictions on container to
container net and IPC namespace sharing when the daemon has user
namespaces enabled.
Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com > (github: estesp)
2017-06-02 00:07:33 +00:00
eba678647b
Add explicit flags for volume cp/no-cp
...
This allows a user to specify explicitly to enable
automatic copying of data from the container path to the volume path.
This does not change the default behavior of automatically copying, but
does allow a user to disable it at runtime.
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2017-06-02 00:07:32 +00:00
c0271978f9
Update 'save' command help
...
Based on review feedback.
Signed-off-by: Martin Mosegaard Amdisen <martin.amdisen@praqma.com >
2017-06-02 00:07:32 +00:00