Commit Graph

  • 53c1cb81c0 Change authz plugin argument name Liron Levin 2015-12-11 20:59:15 +02:00
  • a8a3c47ee5 Fixing documentation comments by @thaJeztah Dima Stopel 2015-12-10 12:53:27 +02:00
  • 00962f362b Fixing documentation according to comments by @moxiegirl and @thaJeztah Dima Stopel 2015-12-08 14:54:33 +02:00
  • 67d3265c4b Docker authorization plug-in infrastructure enables extending the functionality of the Docker daemon with respect to user authorization. The infrastructure enables registering a set of external authorization plug-in. Each plug-in receives information about the user and the request and decides whether to allow or deny the request. Only in case all plug-ins allow accessing the resource the access is granted. Liron Levin 2015-11-12 13:06:47 +02:00
  • 87f1223216 Adding authorization subsystem documentation Dima Stopel 2015-11-04 15:49:53 +02:00
  • fa96356872 Update docs for addition of transfer manager Aaron Lehmann 2015-12-09 11:26:07 -08:00
  • d9278dd4a8 Check minimum kernel memory limit to be 4M Qiang Huang 2015-12-09 14:26:41 +08:00
  • 93ce6fd9f5 The docs now explain that images with repo:tag as <none>:<none> are dangling images. Sambuddha Basu 2015-12-08 22:08:29 +04:00
  • b4a012656c Improve bash completion for docker network disconnect Harald Albers 2015-11-15 13:31:13 -08:00
  • 7071c15b5f docs: markdown and textual fixups in reference/run.md Sebastiaan van Stijn 2015-12-04 13:09:46 +01:00
  • ac40ecf711 update bash completion for seccomp Jessica Frazelle 2015-11-18 01:13:02 -08:00
  • 66eef79e58 newtork -> network (minor spelling correction) Chris Weyl 2015-11-30 23:33:55 -06:00
  • 9480c4763d Add support for blkio read/write bps device Ma Shimiao 2015-07-08 19:06:48 +08:00
  • 7880dcf5f2 docs: fix weight-deivce option args Ma Shimiao 2015-12-03 11:14:05 +08:00
  • c6162061d9 Add format flag to network inspect Vincent Demeester 2015-12-02 22:32:10 +01:00
  • c5f725e1c7 Address review comments. Sebastiaan van Stijn 2015-12-03 16:07:54 +01:00
  • 22ce4b4448 Add docs and man page entry for --volume-driver Ben Firshman 2015-11-10 15:25:53 +00:00
  • deae0706ea Add NETWORK_NAME_or_ID value for --net= option Wen Cheng Ma 2015-11-30 16:28:54 +08:00
  • 178a2cfe7c update order and address review notes Sebastiaan van Stijn 2015-12-02 14:40:44 +01:00
  • 01c09480dc add examples in search.md gwx296173 2015-10-23 18:32:23 +08:00
  • e9287cd43a Add OomScoreAdj to configure container oom killer preferences Antonio Murdaca 2015-10-13 11:26:27 +02:00
  • 65120e8851 This patch adds --tmpfs as a option for mounting tmpfs on directories Dan Walsh 2015-12-01 13:39:34 -05:00
  • 70efcb00b4 Improvement of docker top Man Page Pavel Pospisil 2015-12-02 18:54:52 +01:00
  • ecfc3613b2 Deprecate -f flag from docker tag Doug Davis 2015-12-01 14:02:02 -08:00
  • 67eea4d814 Add docs for option --isolation Zhang Wei 2015-11-09 17:11:10 +08:00
  • c072458308 Make discovery ttl and heartbeat configurable Madhu Venugopal 2015-11-11 16:18:06 -08:00
  • 4fbaeb5f25 Fixing the volume options doc Fixes #15896 Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com> Kai Qiang Wu(Kennan) 2015-11-11 20:23:49 -06:00
  • 41afe87367 docs: fixups for plugin drivers in docker info Sebastiaan van Stijn 2015-11-25 13:54:54 +01:00
  • 0f6787a636 Fixed broken links, and updated some to https Christopher Jones 2015-11-24 10:32:43 -05:00
  • a7eb9308d5 Add more to tag's -f flag's help Doug Davis 2015-11-23 07:20:10 -08:00
  • 87ba148cab Add API change to docs Zhang Wei 2015-11-20 19:41:25 +08:00
  • ec3aa7ede2 Add some docs about build-arg's impact on the cache Doug Davis 2015-11-23 03:08:21 -08:00
  • 007df1d494 Enhance docker network rm to delete multi net Zhang Wei 2015-10-30 00:10:20 +08:00
  • d63c19c4ea Fixes found by docs validation tool Sven Dowideit 2015-11-23 11:15:39 +10:00
  • 92d0c4bc45 Add '-L' option for cp Zhang Wei 2015-10-01 15:56:39 +08:00
  • 0eb79491dd modifying docker --since and --until to support nanoseconds and time zones Mike Brown 2015-10-29 12:51:36 -05:00
  • 562c2df97d Re-implement --before and --since as options for --filter Wen Cheng Ma 2015-11-05 15:08:00 +08:00
  • fa2f024bc6 Addition of "--shm-size" to which size of /dev/shm is changed. NIWA Hideyuki 2015-09-09 15:30:56 +09:00
  • cd4fc83dd1 Small changes to storage driver/commands ref Entering V's comments Mary Anthony 2015-11-18 16:32:23 -08:00
  • 941952972e Use fs cgroups by default Alexander Morozov 2015-11-04 13:51:46 -08:00
  • 3317b8b16d Fix a small typo in volume_inspect.md Vincent Demeester 2015-11-18 16:02:24 +01:00
  • 00ea341609 zsh: ensure we have enough commands to store in the cache Vincent Bernat 2015-11-18 08:08:43 +01:00
  • 7eac998e7d zsh: remove lxc-related completion Vincent Bernat 2015-11-18 08:13:03 +01:00
  • 2788cfa614 Add zsh completion for log options Steve Durrheimer 2015-10-24 16:35:21 +02:00
  • 8ab8a0f3c5 Add pkg/parsers/architecture and pkg/platform Vincent Demeester 2015-11-14 23:03:02 +01:00
  • 1de6fda301 /info: Add keys Architecture, OSType Olle Jonsson 2015-06-13 09:39:19 +02:00
  • 212fe5f2d0 Relabel BTRFS Content on container Creation Dan Walsh 2015-10-28 09:19:51 -04:00
  • b1287de07b Supported added for reterving Plugin list for Network and Volume. Also, plugin information in docker info output. Kunal Kushwaha 2015-10-23 15:08:26 +09:00
  • a148373062 Allow configurable metadata for Splunk log driver Denis Gladkikh 2015-11-10 16:42:27 -08:00
  • e71bd977cf fix doc Zhang Kun 2015-10-30 10:48:56 +08:00
  • d998542977 bash completion for docker {run,create} --volume-driver Harald Albers 2015-11-15 09:35:40 -08:00
  • 4978171903 Support multi-dir wildcards in .dockerignore Doug Davis 2015-10-14 14:42:21 -07:00
  • 564b68091e Add Weave Network Plugin to docs/extend/plugins.md pidster 2015-11-13 10:06:04 +00:00
  • e303d6cc9f Add support for blkio.weight_device Ma Shimiao 2015-06-12 08:34:20 +08:00
  • d6bac18914 docker-login man/doc add security info Sally O'Malley 2015-11-02 17:20:38 -05:00
  • e1f83cb82b docs: fix link to "run reference" Sebastiaan van Stijn 2015-11-12 12:38:46 +01:00
  • c14094b895 Add zsh completion for 'docker {run,create} --volume-driver' Steve Durrheimer 2015-11-12 08:35:32 +01:00
  • cfe0fadee2 more notary documentation Viktor Stanchev 2015-10-26 16:54:47 -07:00
  • 555f500ab4 Include xfsprogs in build environment. Anusha Ragunathan 2015-11-11 14:29:02 -08:00
  • 08918a09ea Adding in Contiv plugins Fixes #17764 Also fixed problem where the menu ordering was off Fix the wrap Mary Anthony 2015-11-11 12:49:54 -08:00
  • 2c0feab2a1 Align configuration of bash completion with existing values Harald Albers 2015-11-08 09:35:48 -08:00
  • f5f5b31358 Removing made up word John Howard 2015-11-10 14:36:02 -08:00
  • 7fa96238a6 Fix bash completion on systems where extglob is not set Harald Albers 2015-11-08 09:04:35 -08:00
  • 52f5fdafc1 Windows: Add default isolation exec driver option John Howard 2015-10-31 19:16:58 -07:00
  • f94eb3af9e Update plugins.md Gou Rao 2015-11-05 21:16:26 -08:00
  • ee8a0a8cd4 Update plugins.md Gou Rao 2015-11-02 22:23:13 -08:00
  • 161b465e47 Fixing wrong volume doc format Kai Qiang Wu(Kennan) 2015-11-09 02:17:50 -06:00
  • 661cab4af3 Add zsh completion for 'docker stats --all -a' Steve Durrheimer 2015-11-10 08:47:46 +01:00
  • 1a495e2d47 Fix man pages Zhang Wei 2015-11-10 09:33:55 +08:00
  • 2607803a34 bash completion for docker stats --all Harald Albers 2015-11-09 16:27:13 +01:00
  • 4668b6ed6c Allow docker stats without arguments Antonio Murdaca 2015-10-03 14:53:25 +02:00
  • f239640a2e Fix missing -d flag in docker.fish Guilhem Lettron 2015-11-06 11:44:54 +01:00
  • 2d5de1dd85 Updated link to https. Christopher Jones 2015-11-05 09:20:20 -06:00
  • c681d6812a Fixed link to contribution page in docs/README.md. Christopher Jones 2015-11-04 11:24:03 -06:00
  • f9b805f16f Remove exec-driver global daemon option. David Calavera 2015-11-04 19:40:58 -05:00
  • c5ed875bd9 Remove LXC support. David Calavera 2015-11-04 14:39:12 -05:00
  • b6c711690c Windows: Add isolation to ps filter John Howard 2015-10-19 09:33:43 -07:00
  • e8a0a5c4f4 Fix docs typo and wrong word Zhang Wei 2015-11-05 14:17:37 +08:00
  • e793642ac9 fix documentation inconsistency for volume create harold cooper 2015-11-04 13:18:42 -05:00
  • c48ec056d5 Change 'docker run' exit codes to distinguish docker/contained errors Sally O'Malley 2015-07-29 08:21:16 -04:00
  • 904cadc0c2 multiple mount/unmount req with same volume name rsmoorthy 2015-11-03 16:14:38 +05:30
  • 2d486b08c8 Updating networking docs with technical information Madhu Venugopal 2015-11-03 06:15:56 -08:00
  • 7e68b5f73b Fixing ZooKeeper and some other nits Nathan found Mary Anthony 2015-11-03 05:34:54 -08:00
  • 02a859b9f3 First pass at consolidating Removing old networking.md Updating dockernetworks.md with images Adding information on network plugins Adding blurb about links to docker networking Updating the working documentation Adding Overlay Getting Started Downplaying links by removing refs/examples, adding refs/examples for network. Updating getting started to reflect networks not links Pulling out old network material Updating per discussion with Madhu to add Default docs section Updating with bridge default Fix bad merge Updating with new cluster-advertise behavior Update working and NetworkSettings examples Correcting example for default bridge discovery behavior Entering comments Fixing broken Markdown Syntax Updating with comments Updating all the links Mary Anthony 2015-09-30 13:11:36 -07:00
  • 05242a4c60 Update kill.md Eric Rosenberg 2015-10-28 13:06:21 -05:00
  • 4985b20ea1 Updating network commands: adding man pages Adding Related information blocks Final first draft pass: ready for review Review comments Entering comments from the gang Updating connect to include paused Mary Anthony 2015-10-18 16:47:32 -07:00
  • 7f6859ce5a Fix missing double quote in zsh completion Steve Durrheimer 2015-10-27 10:50:45 +01:00
  • b10fb43048 zsh: allow option stacking for short options without arguments Vincent Bernat 2015-10-16 23:29:15 +02:00
  • 2102746489 zsh: allow short options to specify their arguments with "=" Vincent Bernat 2015-10-16 23:23:58 +02:00
  • 060e6e1935 Add zsh completion for 'docker build' multi tags Steve Durrheimer 2015-10-17 14:40:22 +02:00
  • 4332d3b5d8 Fix repeatable options in zsh completion Steve Durrheimer 2015-10-24 16:38:41 +02:00
  • cd95e0a5c5 Tweaking some things Mary Anthony 2015-10-24 18:07:08 -07:00
  • 526c844004 Add splunk log driver to zsh completion Steve Durrheimer 2015-10-23 08:17:42 +02:00
  • 1e2a27568b Add Splunk logging driver #16207 Denis Gladkikh 2015-08-27 16:03:46 -07:00
  • 9d9976ae3a Add ability to add multiple tags with docker build Shijiang Wei 2015-08-30 21:48:03 +08:00
  • a41d4dbdde bash completion for log driver options env and labels Harald Albers 2015-10-23 10:46:32 +02:00
  • f06b7a7713 Zsh completion for 'docker network inspect' multiple networks Steve Durrheimer 2015-10-23 08:13:33 +02:00
  • be7caf2647 bash completion can be configured to complete network IDs Harald Albers 2015-10-22 18:50:41 +02:00
  • b20b7584de bash completion for docker network inspect supports multiple networks Harald Albers 2015-10-22 17:53:17 +02:00
  • 428a089858 Fix some errant links Sven Dowideit 2015-10-22 16:59:16 +10:00