summaryrefslogtreecommitdiff
path: root/runconfig
Commit message (Expand)AuthorAgeFilesLines
* hostconfig: move unit tests to api/types/containerSebastiaan van Stijn2022-12-271-190/+0
* runconfig/opts: use strings.Cut()Sebastiaan van Stijn2022-12-211-6/+2
* runconfig, oci, image, layer, distribution: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-2/+0
* runconfig: ContainerDecoder(): fix handling of invalid JSONSebastiaan van Stijn2022-04-113-20/+37
* Merge pull request #42725 from thaJeztah/runconfig_simplifyAkihiro Suda2021-10-275-95/+22
|\
| * runconfig: decodeContainerConfig() return early if there's no HostConfigSebastiaan van Stijn2021-08-095-95/+22
* | refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-272-4/+4
* | Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-244-0/+4
|/
* pkg/sysinfo.New(), daemon.RawSysInfo(): remove "quiet" argumentSebastiaan van Stijn2021-07-142-3/+3
* pkg/sysinfo: rm duplicatesKir Kolyshkin2020-06-262-38/+28
* cgroup2: implement `docker info`Akihiro Suda2020-04-172-6/+16
* fix goimportsAkihiro Suda2020-02-111-8/+8
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-10/+10
* runconfig/config_test.go: remove unused test-utilitiesSebastiaan van Stijn2019-09-181-56/+0
* Make cgroup namespaces configurableRob Gulewich2019-05-071-0/+26
* Format code with gofmt -s from go-1.11beta1Kir Kolyshkin2018-09-061-8/+8
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-132-4/+4
* Automated migration usingDaniel Nephin2018-03-162-16/+17
* Add canonical import commentDaniel Nephin2018-02-0511-11/+11
* Remove solaris build tag and `contrib/mkimage/solarisYong Tang2017-11-021-1/+1
* Remove solaris filesMichael Crosby2017-10-242-51/+0
* Volume refactoring for LCOWSimon Ferquel2017-09-142-210/+0
* Add gosimple linterDaniel Nephin2017-09-122-4/+2
* Add decodeContainerConfig test removed from docker/cliDaniel Nephin2017-08-292-10/+241
* Remove string checking in API error handlingBrian Goff2017-08-155-33/+44
* Implement none, private, and shareable ipc modesKir Kolyshkin2017-08-141-35/+26
* gofmt: 5 filesJosh Soref2017-07-031-5/+5
* Remove some more `opts` from runconfig (not used anymore)Vincent Demeester2017-06-033-289/+0
* Stop referring CLI flags in error messages if API client is unknownStanislav Bondarenko2017-05-225-18/+18
* Windows: Block read-onlyJohn Howard2017-05-083-0/+22
* Allow user to modify ingress networkAlessandro Boch2017-03-261-1/+1
* fixed:go vetting warning unkeyed fieldsliker121342017-03-201-5/+5
* Windows: Balk on --privilegedJohn Howard (VM)2017-03-137-34/+78
* (*) Support --net:container:<containername/id> for windowsMadhan Raj Mookkandy2017-02-283-36/+58
* Fix some data racesBrian Goff2017-02-012-3/+2
* Merge pull request #29851 from vdemeester/daemon-extract-image-cacheAlexander Morozov2017-01-262-187/+0
|\
| * Extract the daemon image cache to its own packageVincent Demeester2017-01-032-187/+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
* Merge pull request #28976 from miaoyq/remove-a-redundant-func-and-fix-some-typosBrian Goff2016-12-091-23/+15
|\
| * Remove a redundant funtion and fix some typosYanqiang Miao2016-11-301-23/+15
* | Fix a bit typosyuexiao-wang2016-12-091-1/+1
* | Fix processing of unset build-args during buildDoug Davis2016-12-073-51/+19
* | check testing code for runconfig and volumelixiaobing100512672016-12-011-1/+1
* | 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
|/
* Merge pull request #28440 from cpuguy83/20740_fix_tmpfs_parsing_on_clientJustin Cormack2016-11-161-4/+0
|\