summaryrefslogtreecommitdiff
path: root/daemon/daemon_unix_test.go
Commit message (Expand)AuthorAgeFilesLines
* container: split security options to a SecurityOptions structSebastiaan van Stijn2023-04-291-56/+78
* daemon: remove discovery related testsSebastiaan van Stijn2022-01-061-24/+0
* daemon: fix TestVerifyPlatformContainerResources not capturing variableSebastiaan van Stijn2021-10-201-0/+1
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-4/+3
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-0/+1
* daemon: rename variables that collide with imported package namesSebastiaan van Stijn2020-04-141-44/+44
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* daemon: suppress logs in unit testsSebastiaan van Stijn2019-10-181-0/+1
* bugfix: fetch the right device number which great than 255frankyang2019-05-161-0/+61
* Rename verifyContainerResources to verifyPlatformContainerResourcesSebastiaan van Stijn2018-12-191-2/+2
* Move "OOM Kill disable" warning to the daemonSebastiaan van Stijn2018-12-181-0/+110
* Remove old/uneeded volume migration from vers 1.7Brian Goff2018-04-171-89/+0
* Automated migration usingDaniel Nephin2018-03-161-3/+3
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Remove solaris build tag and `contrib/mkimage/solarisYong Tang2017-11-021-1/+1
* Add ineffassign linterDaniel Nephin2017-09-081-3/+3
* Use ID rather than Name to identify a container when sharing namespaceChen Min2017-08-251-0/+39
* avoid saving container state to disk before daemon.RegisterFabio Kung2017-06-231-8/+3
* save deep copies of Container in the replica storeFabio Kung2017-06-231-1/+10
* Partial refactor of UID/GID usage to use a unified struct.Daniel Nephin2017-06-071-1/+2
* use t.Fatal() to output the err message where the values used for formattingfate-grand-order2017-02-231-1/+1
* Add daemon flag to set no_new_priv as default for unprivileged containers.Daniel Zhang2017-02-161-0/+29
* Extract daemon configuration and discovery to their own packageVincent Demeester2017-02-081-4/+5
* Add functional support for Docker sub commands on SolarisAmit Krishnan2016-11-071-1/+1
* Initialize libnetwork and IPAMDriver with pluginstore.Anusha Ragunathan2016-10-031-2/+2
* Add engine-api types to dockerMichael Crosby2016-09-071-1/+1
* restore migrating pre-1.7.0 volumesBrian Goff2016-09-061-0/+84
* Daemon to support network restoreLei Jitang2016-06-141-2/+2
* Consolidate security options to use `=` as separator.David Calavera2016-03-171-4/+46
* Fix some typos in comments and stringsStefan Weil2016-02-221-1/+1
* Windows CI: Fix test-unit for daemonJohn Howard2016-02-011-5/+75
* Modify import paths to point to the new engine-api package.David Calavera2016-01-061-1/+1
* Move Config and HostConfig from runconfig to types/container.David Calavera2015-12-221-5/+5
* runconfig: split resources into a structAntonio Murdaca2015-11-201-2/+2
* Cleanup: Merge adjustCPUShares to adoptContainerSettingsQiang Huang2015-08-061-0/+87