mikelinjie
66b8714da4
make the cache miss clear
...
Signed-off-by: mikelinjie <294893458@qq.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2016-04-06 00:48:21 -07:00
Yi EungJun
2f69d7689d
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 >
2016-04-06 16:13:48 +09:00
Sebastiaan van Stijn
4a7bd7eaef
Merge pull request #20410 from tkopczynski/20236-info-insecure-registry
...
Add insecure registries to docker info
2016-03-31 16:39:25 -07:00
Sebastiaan van Stijn
b27f17c9ea
Merge pull request #21688 from mcuadros/patch-1
...
documentation: adding gce-docker plugin to plugins.md
2016-03-31 07:40:41 -07:00
moxiegirl
0d93335962
Merge pull request #21681 from senk/21653-api-docs-revisit
...
Fixed api docs
2016-03-31 07:32:57 -07:00
Máximo Cuadros
c018018b69
documentation: adding gce-docker plugin to plugins.md
...
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com >
2016-03-31 15:22:02 +02:00
Vincent Demeester
f4b915ad7d
Merge pull request #21572 from konstruktoid/systemd_doc
...
systemctl show, no need to sudo
2016-03-31 10:26:28 +02:00
Vincent Demeester
e6f2429e01
Merge pull request #21607 from allencloud/change-validateNoSchema-to-validateNoScheme
...
change validateNoSchema to validateNoScheme
2016-03-31 10:14:23 +02:00
Robin Naundorf
5d2f6b3ea3
Fixed docs fixes #21653
...
Fixed some http status codes and decreased site-order for docker_remote_api_v1.24.md to appear in the right order in the menu
Signed-off-by: Robin Naundorf <r.naundorf@fh-muenster.de >
2016-03-31 08:39:40 +02:00
Tomasz Kopczynski
44a50abe7b
Add insecure registries to docker info
...
Signed-off-by: Tomasz Kopczynski <tomek@kopczynski.net.pl >
2016-03-31 08:27:24 +02:00
allencloud
28d3c22e55
1.change validateNoSchema into validateNoScheme
...
2.change schema into scheme in docs and some annotations.
Signed-off-by: allencloud <allen.sun@daocloud.io >
2016-03-31 12:29:15 +08:00
David Calavera
ea7d2192e2
Merge pull request #21661 from twistlock/client_cert_auth_docs
...
Add short description about default authentication method in authorization docs
2016-03-30 15:18:54 -07:00
Sebastiaan van Stijn
0f70f53826
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 >
2016-03-30 15:00:09 -07:00
Liron Levin
b2f2f162ad
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 >
2016-03-30 21:16:19 +03:00
Robin Naundorf
370dbe0cd9
Fixed some differences between API and Docs in v1.22,v1.23,v1.24
...
Signed-off-by: Robin Naundorf <r.naundorf@fh-muenster.de >
2016-03-30 14:04:25 +02:00
Sebastiaan van Stijn
457eb89bd5
Merge pull request #21638 from yongtang/21605-docs-Warnings-in-volumes-API
...
Update documentations for `Warnings` fields in `GET /volumes` API
2016-03-29 19:11:36 -07:00
Yong Tang
d773927985
Update documentations for Warnings fields in GET /volumes API
...
This fix updated documentations to add the `Warnings` fields in
`GET /volumes` API.
The `Warnings` has been part of the `GET /volumes` API response
since Docker 1.10 (v1.21). However, the `Warnings` field is not
in the documentation so there are some confusions (See #21606 ).
This fix updated the related documentations in v1.22, v1.23, and
v1.24 and added this field to the API.
This fix is related to #21605 .
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
2016-03-30 01:35:39 +00:00
David Calavera
99adcaebc0
Merge pull request #21592 from anusha-ragunathan/docker-systemd
...
When using systemd, pass expected cgroupsPath and cli options to runc.
2016-03-29 17:00:10 -07:00
Anusha Ragunathan
7ed3d265a4
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 >
2016-03-29 14:20:10 -07:00
Vincent Demeester
08db95161a
Merge pull request #21597 from aaronlehmann/mention-docker-login
...
Mention "docker login" in push/pull documentation
2016-03-29 09:27:53 +02:00
Vincent Demeester
b9d59e86d3
Merge pull request #21576 from albers/docs-daemon--containerd
...
docs for `docker daemon --containerd`
2016-03-29 09:25:16 +02:00
Vincent Demeester
e6aa40a017
Merge pull request #19367 from shishir-a412ed/rootfs_size_configurable_cli
...
CLI flag for docker create(run) to change block device size.
2016-03-29 08:52:54 +02:00
Aaron Lehmann
fb5ea0c0ef
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 >
2016-03-28 17:22:41 -07:00
Brian Trump
02f951b67a
Fix a link in the volumes doc to the deprecated doc.
...
Signed-off-by: Brian Trump <btrump@opselite.org >
2016-03-28 16:55:24 -07:00
Sebastiaan van Stijn
1e1da2a29b
Merge pull request #21582 from kamigerami/fixes-21581-no--subnetwork-option-as-specified-in-docs-for-work-with-networks.md
...
fixes-#21581-no--subnetwork-option-as-specified-in-docs
2016-03-28 16:25:52 -07:00
kamjar gerami
a4d4243b91
fixes-#21581-no--subnetwork-option-as-specified-in-docs-for-work-with-networks.md: fixed typo in docs
...
Signed-off-by: kamjar gerami <kami.gerami@gmail.com >
2016-03-28 17:02:27 +02:00
Shishir Mahajan
b16decfccf
CLI flag for docker create(run) to change block device size.
...
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com >
2016-03-28 10:05:18 -04:00
Harald Albers
75f0015c50
docs for docker daemon --containerd
...
Signed-off-by: Harald Albers <github@albersweb.de >
2016-03-28 05:40:27 -07:00
Harald Albers
2623b3496e
fix wrong option name in dm.min_free_space examples
...
Signed-off-by: Harald Albers <github@albersweb.de >
2016-03-28 05:20:06 -07:00
Thomas Sjögren
ea1d8d6f82
systemctl show, no need to sudo
...
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
2016-03-28 13:06:12 +02:00
Sebastiaan van Stijn
9f6322e497
Merge pull request #21461 from thaJeztah/add-ubuntu-16.04-xenial
...
docs: add Ubuntu 16.04 "xenial"
2016-03-25 16:07:05 -07:00
Harald Albers
995e5beda7
docs for labels on build, networks and volumes
...
Signed-off-by: Harald Albers <github@albersweb.de >
2016-03-25 11:16:19 -07:00
Sebastiaan van Stijn
62e7fde80f
docs: add Ubuntu 16.04 "xenial"
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2016-03-25 10:48:51 -07:00
Vincent Demeester
2de29fb9c2
Merge pull request #21361 from HackToday/addfilter
...
Add name/driver filter support for volume
2016-03-25 08:07:38 +01:00
Kai Qiang Wu(Kennan)
8e9305ef94
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 >
2016-03-25 01:11:17 +00:00
Harald Albers
610ec8c739
add docs for docker load --quiet
...
Signed-off-by: Harald Albers <github@albersweb.de >
2016-03-24 18:57:44 +01:00
Tibor Vass
928ea1e957
Bump API Version to v1.24
...
Signed-off-by: Tibor Vass <tibor@docker.com >
2016-03-23 12:26:23 -04:00
Sebastiaan van Stijn
f26193e2cf
Merge pull request #21340 from SvenDowideit/workdir-does-a-mkdir-p
...
WORKDIR is like calling mkdir - but we've not told people
2016-03-22 18:41:15 -07:00
Tibor Vass
694b32df51
Merge pull request #21370 from tonistiigi/expose-layer-ids
...
Expose RootFS in image inspect
2016-03-22 20:33:18 -04:00
Tibor Vass
3ce494f48c
Merge pull request #21367 from mlaventure/containerd-docs-cleanup
...
Remove unneeded references to execDriver
2016-03-22 19:40:27 -04:00
Tonis Tiigi
14dc4a7158
Expose RootFS in image inspect
...
Fixes #20451
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2016-03-22 13:49:30 -07:00
David Calavera
62d4556654
Merge pull request #21383 from estesp/shared-userns-net-ipc
...
Allow net and IPC namespaces to be shared when userns=on
2016-03-22 11:40:12 -07:00
Tibor Vass
de9ff4bdc0
Merge pull request #21223 from cpuguy83/add_nocp_to_vols
...
Add explicit flags for volume cp/no-cp
2016-03-22 13:45:12 -04:00
Vincent Demeester
e8774fbb9f
Merge pull request #21366 from martinmosegaard/master
...
Fix plural typo in 'save' command help
2016-03-22 17:26:32 +01:00
Martin Mosegaard Amdisen
5a701c3e4c
Update 'save' command help
...
Based on review feedback.
Signed-off-by: Martin Mosegaard Amdisen <martin.amdisen@praqma.com >
2016-03-22 08:16:52 +01:00
Sven Dowideit
c937b43abd
WORKDIR is like calling mkdir - but we've not told people
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2016-03-22 14:05:56 +10:00
Phil Estes
2b278f4846
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)
2016-03-21 22:20:26 -04:00
Brian Goff
b0ac69b67e
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 >
2016-03-21 20:38:44 -04:00
Kenfe-Mickael Laventure
8af4f89cba
Remove unneeded references to execDriver
...
This includes:
- updating the docs
- removing dangling variables
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com >
2016-03-21 13:06:08 -07:00
cyli
88d73ebff4
Include documentation on how to add the targets/releases delegation to a repo
...
Signed-off-by: cyli <cyli@twistedmatrix.com >
2016-03-21 12:06:10 -07:00