summaryrefslogtreecommitdiff
path: root/docs/reference/run.md
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23485 from sbose78/22514-run-image-using-digestSebastiaan van Stijn2016-06-161-0/+5
* Merge pull request #22928 from friism/patch-3Vincent Demeester2016-05-251-1/+1
* Merge pull request #22839 from thaJeztah/update-selinux-exampleSebastiaan van Stijn2016-05-251-5/+2
* from inheritted to inheritedYuan Sun2016-05-111-1/+1
* Remove unnecessary double-double quotesDoug Davis2016-05-111-1/+1
* remove "the" in docs.Yuan Sun2016-05-011-1/+1
* update cgroup link in doc of runHao Zhang2016-04-281-1/+1
* Fix the old exit status exampleKai Qiang Wu(Kennan)2016-04-281-5/+3
* docs: add note about MAC addresses not being uniqueSebastiaan van Stijn2016-04-281-1/+2
* Fix deprecated format for security-optKai Qiang Wu(Kennan)2016-04-111-2/+2
* Correct the description of --group-add in run.mdLei Jitang2016-04-061-1/+1
* Un-deprecate auto-creation of host directories for mountsSebastiaan van Stijn2016-03-311-3/+0
* Add explicit flags for volume cp/no-cpBrian Goff2016-03-211-3/+8
* Consolidate security options to use `=` as separator.David Calavera2016-03-171-11/+11
* Merge pull request #21286 from rhatdan/seccomp-manDavid Calavera2016-03-171-0/+3
|\
| * Fix documentation on --security-opt seccompDan Walsh2016-03-171-0/+3
* | Fix typoZhang Wei2016-03-171-1/+1
|/
* Allow --hostname with --net=hostJason Heiss2016-03-091-6/+7
* Add support for NoNewPrivileges in dockerMrunal Patel2016-03-071-0/+9
* update cap-add docs for seccompJessica Frazelle2016-02-111-0/+8
* Merge pull request #20234 from kiawin/20232-improve-overriding-user-command-d...Sebastiaan van Stijn2016-02-111-1/+4
|\
| * Improve usage details on overriding USER command in Docker run reference pageSian Lerk Lau2016-02-121-1/+4
* | Remove "--group-add dbus" from busybox example (no dbus group in busybox anym...Tianon Gravi2016-02-111-2/+2
|/
* Fix docs for tmpfs (pr 19688)Sebastiaan van Stijn2016-01-261-2/+7
* Creating Engine specific menuMary Anthony2016-01-261-11/+12
* Add note about mount propagation on systemdBrian Goff2016-01-261-0/+8
* Merge pull request #19568 from cpuguy83/17907_fix_rmvTibor Vass2016-01-251-1/+5
|\
| * On container rm, don't remove named mountpointsBrian Goff2016-01-251-1/+5
* | Correcting `overlay` -> `bridge` driver in run.mdJasmine Hegman2016-01-241-1/+1
|/
* Network scoped alias supportMadhu Venugopal2016-01-141-0/+1
* Add missing documentation for static IP optionsAlessandro Boch2016-01-131-1/+1
* Docs update for link functionality in user-defined networksMadhu Venugopal2016-01-121-6/+6
* Allow user to choose the IP address for the containerAlessandro Boch2016-01-081-0/+2
* Fix pid=host example in documentationSebastiaan van Stijn2016-01-041-3/+20
* remove =false from options that default to false in the docsDoug Davis2015-12-231-3/+3
* Merge pull request #15879 from Mashimiao/add-support-blkio_throtte_iopsSebastiaan van Stijn2015-12-211-6/+23
|\
| * Add support for blkio read/write iops deviceMa Shimiao2015-12-211-6/+23
* | Update restart descriptionAidan Feldman2015-12-211-3/+4
|/
* Add capability to specify mount propagation per volumeVivek Goyal2015-12-141-5/+8
* Check minimum kernel memory limit to be 4MQiang Huang2015-12-091-2/+2
* docs: markdown and textual fixups in reference/run.mdSebastiaan van Stijn2015-12-041-113/+119
* Add support for blkio read/write bps deviceMa Shimiao2015-12-041-0/+16
* Merge pull request #18301 from wenchma/doc_update_for_netSebastiaan van Stijn2015-12-021-6/+6
|\
| * Add NETWORK_NAME_or_ID value for --net= optionWen Cheng Ma2015-12-021-6/+6
* | This patch adds --tmpfs as a option for mounting tmpfs on directoriesDan Walsh2015-12-021-0/+8
|/
* Fixing the volume options docKai Qiang Wu(Kennan)2015-11-251-5/+5
* Addition of "--shm-size" to which size of /dev/shm is changed.NIWA Hideyuki2015-11-201-0/+4
* Add support for blkio.weight_deviceMa Shimiao2015-11-111-2/+22
* Removing made up wordJohn Howard2015-11-101-1/+1
* Merge pull request #17700 from calavera/remove_lxcSolomon Hykes2015-11-051-25/+4
|\