Alessandro Boch
2bb3fc1bc5
Allow user to choose the IP address for the container
...
Signed-off-by: Alessandro Boch <aboch@docker.com >
2016-01-08 10:09:16 -08:00
moxiegirl
6213cc9d04
Merge pull request #19165 from shishir-a412ed/man_page_fix
...
man page fix: remove -e/--exec-drive=native related description
2016-01-07 16:47:07 -08:00
moxiegirl
b12ef0fe00
Merge pull request #18378 from tonistiigi/content-addressability-storage-docs
...
Update storage docs for content-addressability
2016-01-07 16:44:29 -08:00
Shishir Mahajan
50305d66f5
man page fix: remove -e/--exec-drive=native related description
...
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com >
2016-01-07 14:21:01 -05:00
Arnaud Porterie
cceac7da35
Merge pull request #19059 from jfrazelle/seccomp-docs
...
add syscalls we purposely block to docs
2016-01-07 11:13:07 -08:00
Jess Frazelle
938d28e772
Merge pull request #19144 from LK4D4/fix_parent_systemd
...
Choose default-cgroup parent by cgroup driver
2016-01-07 10:24:51 -08:00
Jessica Frazelle
52f32818df
add syscalls we purposely block to docs
...
Signed-off-by: Jessica Frazelle <acidburn@docker.com >
2016-01-07 10:22:16 -08:00
moxiegirl
374a9596b2
Merge pull request #19156 from HackToday/19152-fix-voldoc
...
Remove the old reference link
2016-01-07 09:21:58 -08:00
Alexander Morozov
c1cd45d547
Choose default-cgroup parent by cgroup driver
...
It's "/docker" for cgroupfs and "system.slice" for systemd.
Fix #19140
Signed-off-by: Alexander Morozov <lk4d4@docker.com >
2016-01-07 08:56:26 -08:00
Oliver Neal
ade71ace7d
added documentation for groupadd within hostConfig that was added in remote api 1.20
...
Signed-off-by: Oliver Neal <ItsVeryWindy@users.noreply.github.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2016-01-07 12:30:27 +01:00
Kai Qiang Wu(Kennan)
ca7b69016a
Remove the old reference link
...
Fixes : #19152
As issue #14214 closed, so this old link is not needed.
We can remove it now.
Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com >
2016-01-07 10:23:36 +00:00
Sebastiaan van Stijn
3442339b98
Merge pull request #19090 from thaJeztah/fix-api-markdown
...
fix markdown and typos in API docs
2016-01-07 08:32:01 +01:00
moxiegirl
af6c6dbf87
Merge pull request #19115 from cpuguy83/volume_plugin_docs_change.md
...
Add docs for volume plugin ls/get
2016-01-06 20:04:09 -08:00
Brian Goff
5d1dd8069b
Add docs for volume plugin ls/get
...
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2016-01-06 12:42:44 -05:00
Sebastiaan van Stijn
9cf29be0ee
Add -f flag to cURL install instructions
...
From the -f description:
(HTTP) Fail silently (no output at all) on server errors. This is mostly done
to better enable scripts etc to better deal with failed attempts. In normal
cases when an HTTP server fails to deliver a document, it returns an HTML
document stating so (which often also describes why and more). This flag will
prevent curl from outputting that and return error 22.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2016-01-06 16:05:16 +01:00
Sebastiaan van Stijn
7a15586f4f
Merge pull request #19056 from clintonskitson/docs-rexray_update
...
Updated docs for consolidated list of REX-Ray providers
2016-01-05 23:53:27 +01:00
Sebastiaan van Stijn
d9a3812656
Merge pull request #19077 from AvdN/patch-2
...
example cannot work, pip needs --requirement
2016-01-05 23:50:52 +01:00
moxiegirl
180ff8d501
Merge pull request #19045 from wenchma/network_api_update
...
Update docker network api doc
2016-01-05 10:55:56 -08:00
moxiegirl
f67fed5f77
Merge pull request #19051 from thaJeztah/dont-touch-var-lib-volumes
...
docs: add note to volume-plugins
2016-01-05 09:15:21 -08:00
Sebastiaan van Stijn
72472f5639
fix markdown and typos in API docs
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2016-01-05 16:33:32 +01:00
Vincent Demeester
09ad1bbc58
Merge pull request #19070 from softprops/shiplift_client
...
add shiplift docker client to remote api client list
2016-01-05 14:36:30 +01:00
softprops
09e0c9fc24
add shiplift docker client to remote api client list
...
Signed-off-by: Doug Tangren <d.tangren@gmail.com >
2016-01-05 08:27:26 -05:00
Sebastiaan van Stijn
4a4131ac1b
Merge pull request #19075 from HackToday/fixvoldoc
...
Fix the unnecessary parameter
2016-01-05 11:51:33 +01:00
Kai Qiang Wu(Kennan)
52b944dbba
Fix the unnecessary parameter
...
Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com >
2016-01-05 10:26:01 +00:00
Wen Cheng Ma
289faeac11
Fix a typo error
...
Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com >
2016-01-05 17:42:13 +08:00
Anthon van der Neut
8c1d0e31b4
example cannot work, pip needs --requirement
...
The example is not explicit, but the requirements.txt file is most likely a list of requirements (i.e. list of packages to be installed)
and not a python package itself. As such it needs the "--requirements" or "-r" option.
Signed-off-by: Anthon van der Neut <anthon@mnt.org >
2016-01-05 09:23:53 +01:00
Alexander Morozov
2e3186ab06
Add ability to set cgroup parent for all containers
...
Fix #18022
Signed-off-by: Alexander Morozov <lk4d4@docker.com >
2016-01-04 15:16:25 -08:00
David Calavera
723be0a332
Merge pull request #18888 from calavera/event_types
...
Event all the things!
2016-01-04 13:07:33 -08:00
David Calavera
851fe00c64
Add filter by event type and documentation.
...
Signed-off-by: David Calavera <david.calavera@gmail.com >
2016-01-04 14:58:04 -05:00
Clinton Kitson
6084346bec
Updated docs for consolidated list of REX-Ray providers
...
This commit includes the correct project link and also
includes a consolidated list of drivers that are supported.
Signed-off-by: Clinton Kitson <clintonskitson@gmail.com >
2016-01-04 11:28:25 -08:00
Sebastiaan van Stijn
fb893cf656
docs: add note to volume-plugins
...
The /var/lib/docker directory is reserved for
docker, and should not be touched by plugins.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2016-01-04 18:28:14 +01:00
moxiegirl
0fae65e228
Merge pull request #18499 from thaJeztah/fix-run-reference-example
...
Fix pid=host example in documentation
2016-01-04 08:51:02 -08:00
Sebastiaan van Stijn
9b6592ca85
Fix pid=host example in documentation
...
The existing example didn't illustrate how to
install strace in the container. In addition,
the rhel7 image used is no longer public (and maintained)
so not a good image to use in the example.
This updates the example to use htop (strace is
not working without disabling apparmor for the container)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2016-01-04 16:25:54 +01:00
Sebastiaan van Stijn
59301e018c
docs: update configuring docker for systemd
...
Ubuntu 15.04 and above uses systemd. Add a note
in the docs to point users to the right instructions.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2016-01-04 15:26:55 +01:00
Wen Cheng Ma
d92d1de3d5
Update docker network api doc
...
Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com >
2016-01-04 18:05:02 +08:00
Sebastiaan van Stijn
db738dd77f
Merge pull request #15666 from vdemeester/3519-configurable-escape
...
Implement configurable escape key for attach/exec
2016-01-04 00:49:07 +01:00
Vincent Demeester
15aa2a663b
Implement configurable detach key
...
Implement configurable detach keys (for `attach`, exec`, `run` and
`start`) using the client-side configuration
- Adds a `--detach-keys` flag to `attach`, `exec`, `run` and `start`
commands.
- Adds a new configuration field (in `~/.docker/config.json`) to
configure the default escape keys for docker client.
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
2016-01-03 23:03:39 +01:00
Sebastiaan van Stijn
9d6c2196b5
Merge pull request #18387 from wenchma/18385-improve_help_msg
...
Improvement for docker subcommand's help messages
2016-01-03 12:19:53 +01:00
Sebastiaan van Stijn
dcbd5e04b7
Merge pull request #18891 from HackToday/18872-fix-volume-cmd
...
Fix the restore data example
2016-01-02 00:43:46 +01:00
Vincent Demeester
1a5b97c761
Merge pull request #18932 from wenchma/same_name_of_container_image
...
Update integration tests when container and image have same name
2016-01-01 21:40:51 +01:00
Anthon van der Neut
b4d4a805ea
fix typo
...
Signed-off-by: Anthon van der Neut <a.van.der.neut@ruamel.eu >
2016-01-01 20:39:04 +01:00
Wen Cheng Ma
d7dc439623
Improvement for docker subcommand's help messages
...
Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com >
2016-01-01 12:27:28 +08:00
Kai Qiang Wu(Kennan)
83c705c00d
Fix the restore data example
...
Fixes : #18872
For backup, restore case, we usually restore in same directory, so
when we untar it, we not need go to /dbdata directory, wich could
result in /dbdata/dbdata, this fix make it untar directly. The directory
/dbdata would be same as old container /dbdata.
Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com >
2015-12-31 00:56:01 +00:00
Sebastiaan van Stijn
2c3d1a9b12
Merge pull request #18964 from hqhq/hq_fix_memory_swap_doc2
...
Fix docs for memory-swap
2015-12-30 21:01:48 +01:00
Sebastiaan van Stijn
3b605b5926
Merge pull request #18764 from donovan/fix-networkingcontainers-ip-addresses
...
fix incorrect ip addresses in networkingcontainers
2015-12-30 17:49:08 +01:00
Qiang Huang
c68a483e44
Fix docs for memory-swap
...
Fixes : #18894
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com >
2015-12-30 09:23:35 +08:00
moxiegirl
de84dfba75
Merge pull request #18627 from londoncalling/cloud-installs
...
[WIP] docs updates per issue 18282 cloud installs
2015-12-29 14:54:18 -08:00
Thomas Swift
c44a8d8d8c
Fix typo in daemon storage-driver docs
...
Signed-off-by: Thomas Swift <tgs242@gmail.com >
2015-12-29 17:06:02 -05:00
Wen Cheng Ma
9fbb1306e8
Update integration tests when container and image have same name
...
Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com >
2015-12-29 11:08:31 +08:00
David Calavera
78ce43bad8
Merge pull request #18780 from jfrazelle/seccomp-default
...
set default seccomp profile
2015-12-28 16:46:30 -08:00