summaryrefslogtreecommitdiff
path: root/runconfig/opts
Commit message (Expand)AuthorAgeFilesLines
* runconfig/opts: use strings.Cut()Sebastiaan van Stijn2022-12-211-6/+2
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Remove some more `opts` from runconfig (not used anymore)Vincent Demeester2017-06-033-289/+0
* fix some typos in runconfig\opts\envfile_test.golixiaobing100512672017-01-091-3/+2
* Clean some stuff from runconfig that are cli only…Vincent Demeester2016-12-2414-2379/+0
* return directly without ifs in remaining packagesunclejack2016-12-141-4/+2
* Fix a bit typosyuexiao-wang2016-12-091-1/+1
* Fix processing of unset build-args during buildDoug Davis2016-12-073-51/+19
* cli: remove `--mount` from `docker run`Akihiro Suda2016-11-261-5/+0
* Merge pull request #28667 from Microsoft/jjh/env-case-sensitiveJohn Howard2016-11-232-0/+12
|\
| * Windows: Case insensitive env varsJohn Howard2016-11-232-0/+12
* | error strings should not be capitalized or end with punctuationyupeng2016-11-221-1/+1
|/
* Don't validate platform-dep tmpfs opts on clientBrian Goff2016-11-151-4/+0
* Add `--dns-option` to `docker run` and hide `--dns-opt`Yong Tang2016-11-091-0/+4
* Merge pull request #27947 from milindchawre/fix_27798Vincent Demeester2016-11-091-1/+1
|\
| * Fixes #27798 : Update help for --blkio-weight parametermilindchawre2016-11-031-1/+1
* | Fixes #24083 : Improving cli help for flags with duration optionmilindchawre2016-11-091-2/+2
* | Merge pull request #28098 from yongtang/25099-oom_score_adj-empty-envVincent Demeester2016-11-091-0/+5
|\ \
| * | Fix `/proc/<pid>/oom_score_adj: invalid argument` error caused by empty env nameYong Tang2016-11-071-0/+5
* | | always add but hide experimental cmds and flagsVictor Vieux2016-11-081-0/+1
|/ /
* | Windows: Add cpu count optionDarren Stahl2016-11-041-0/+3
* | Add `--cpus` flag to control cpu resourcesYong Tang2016-11-041-0/+3
* | cli: add `--mount` to `docker run`Akihiro Suda2016-11-031-0/+5
|/
* Fix issue related to duplicate identical bind mounts for `docker run`Yong Tang2016-11-011-2/+5
* Add `--env-file` flag to `docker create service`Yong Tang2016-10-271-4/+4
* Merge pull request #23430 from erikstmartin/realtime-threadsVincent Demeester2016-10-271-84/+90
|\
| * Implementing support for --cpu-rt-period and --cpu-rt-runtime so thatErik St. Martin2016-10-261-84/+90
* | Return error if env file contains non-ascii or utf8 bytes (for windows)Yong Tang2016-10-255-1/+45
|/
* Update `docker stop` and `docker restart` to allow not specifying timeout and...Yong Tang2016-10-171-3/+3
* Add config parameter to change per-container stop timeout during daemon shutdownYong Tang2016-10-171-0/+5
* Merge pull request #27366 from morelena/use_containsSebastiaan van Stijn2016-10-131-1/+1
|\
| * all: use strings.Contains instead IndexElena Morozova2016-10-131-1/+1
* | all: replace loop with single appendElena Morozova2016-10-131-3/+1
|/
* Windows: Support credential specsJohn Howard2016-10-061-0/+2
* configure docker-init binary pathAntonio Murdaca2016-09-271-0/+2
* Add init process for zombie fightingMichael Crosby2016-09-192-1/+10
* validate build-argsakeven2016-09-122-0/+51
* Add engine-api types to dockerMichael Crosby2016-09-075-8/+8
* Convert dockerd to use cobra and pflagDaniel Nephin2016-08-251-0/+5
* Merge pull request #24073 from johnharris85/move-restart-policy-check-to-daemonVincent Demeester2016-08-252-29/+13
|\
| * Move restart-policy validation from client to daemon.johnharris852016-08-062-29/+13
* | remove fl prefix in containerOptionsallencloud2016-08-111-310/+311
* | Wait container's removal via Events APIZhang Wei2016-08-081-2/+2
* | Move --rm to daemon sideZhang Wei2016-08-081-0/+3
* | Allow unset `--entrypoint` in `docker run` or `docker create`Yong Tang2016-08-051-0/+3
|/
* It should be volume not binds for first arg in callDecodeContainerConfig()lixiaobing100512672016-08-021-9/+9
* Merge pull request #24705 from thaJeztah/update-flag-descriptionsArnaud Porterie2016-07-181-2/+2
|\
| * Improve flag help consistency, and update docsSebastiaan van Stijn2016-07-161-2/+2
* | better command `docker network create -h` outputallencloud2016-07-161-1/+1
|/
* Rename `--net` to `--network`Arnaud Porterie (icecrime)2016-07-121-2/+8