summaryrefslogtreecommitdiff
path: root/daemon/daemon_test.go
Commit message (Expand)AuthorAgeFilesLines
* Use hashicorp/go-memdb instead of truncindexDjordje Lukic2022-05-201-9/+6
* daemon: remove discovery initsSebastiaan van Stijn2022-01-061-1/+0
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-4/+3
* volume/mounts: remove "containerOS" argument from NewParser (LCOW code)Sebastiaan van Stijn2021-07-021-1/+1
* Fixup libnetwork lint errorsBrian Goff2021-06-011-1/+1
* Fix libnetwork importsBrian Goff2021-06-011-1/+1
* Replace errors.Cause() with errors.Is() / errors.As()Sebastiaan van Stijn2020-04-291-1/+2
* daemon: rename variables that collide with imported package namesSebastiaan van Stijn2020-04-141-7/+7
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* Add ADD/COPY --chown flag support to WindowsSalahuddin Khan2018-08-131-1/+1
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* Merge pull request #36688 from cpuguy83/volumes_serviceSebastiaan van Stijn2018-06-051-12/+2
|\
| * Extract volume interaction to a volumes serviceBrian Goff2018-05-251-12/+2
* | daemon unit tests: skip some if non-rootKir Kolyshkin2018-05-221-0/+4
|/
* Remove use of global volume driver storeBrian Goff2018-04-171-4/+3
* Automated migration usingDaniel Nephin2018-03-161-3/+4
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Merge pull request #36021 from yongtang/30897-follow-upVincent Demeester2018-01-161-1/+1
|\
| * Rename FindUniqueNetwork to FindNetworkYong Tang2018-01-151-1/+1
* | Move api/errdefs to errdefsBrian Goff2018-01-111-1/+1
|/
* Update and use FindNetwork on Windows.Yong Tang2018-01-071-1/+1
* Restore error type in FindNetworkFlavio Crisciani2017-11-291-0/+12
* Added validation of isolation settings on daemon.verifyContainerSettingsSimon Ferquel2017-11-201-0/+9
* Remove solaris build tag and `contrib/mkimage/solarisYong Tang2017-11-021-2/+0
* Store container names in memdbAaron Lehmann2017-07-131-4/+8
* LCOW: Remove CommonContainer - just ContainerJohn Howard2017-06-201-21/+11
* Partial refactor of UID/GID usage to use a unified struct.Daniel Nephin2017-06-071-1/+2
* rewrite reload codeallencloud2017-02-151-411/+0
* Extract daemon configuration and discovery to their own packageVincent Demeester2017-02-081-32/+33
* support registry mirror config reloadallencloud2017-01-041-0/+94
* Add functional support for Docker sub commands on SolarisAmit Krishnan2016-11-071-0/+2
* support insecure registry in configuration reloadallencloud2016-10-201-2/+95
* Add engine-api types to dockerMichael Crosby2016-09-071-1/+1
* fix typosallencloud2016-07-231-1/+1
* Wait for discovery on container start errorBrian Goff2016-05-111-0/+26
* fix reloading of daemon labels from configSebastiaan van Stijn2016-04-251-2/+2
* add label support for build, networks and volumesEvan Hazlett2016-03-221-1/+5
* Fix configuration reloadingLei Jitang2016-02-241-1/+80
* Invoke ReloadConfiguration on network controllerAlessandro Boch2016-02-181-2/+2
* Windows CI: Fix test-unit for daemonJohn Howard2016-02-011-66/+0
* Remove cluster storage advertise from reload.David Calavera2016-01-261-2/+2
* Extract container store from the daemon.David Calavera2016-01-191-9/+6
* Allow to set daemon and server configurations in a file.David Calavera2016-01-141-0/+119
* Build names and links at runtimeBrian Goff2016-01-071-31/+10
* Modify import paths to point to the new engine-api package.David Calavera2016-01-061-1/+1
* Remove runconfig.MergeAnusha Ragunathan2016-01-051-0/+82
* Move Config and HostConfig from runconfig to types/container.David Calavera2015-12-221-2/+2
* Rename `Daemon.Get` to `Daemon.GetContainer`.David Calavera2015-12-111-8/+8
* inital seccomp supportJessica Frazelle2015-12-031-0/+10
* Move Container to its own package.David Calavera2015-12-031-12/+122