summaryrefslogtreecommitdiff
path: root/integration/daemon/daemon_test.go
Commit message (Expand)AuthorAgeFilesLines
* daemon: set docker0 subpool as the IPAM poolAlbin Kerouanton2023-04-251-0/+28
* daemon: remove migrateTrustKeyID()Sebastiaan van Stijn2022-11-281-43/+8
* Fix live-restore w/ restart policies + volume refsBrian Goff2022-09-301-0/+57
* replace deprecated gotest.tools' env.Patch() with t.SetEnv()Sebastiaan van Stijn2022-05-281-16/+15
* daemon: separate daemon ID from trust-keySebastiaan van Stijn2022-05-041-5/+47
* daemon/config: move proxy settings to "proxies" struct within daemon.jsonSebastiaan van Stijn2022-04-071-2/+2
* integration/daemon: use "windows" to skip testsSebastiaan van Stijn2021-10-271-3/+3
* daemon: make sure proxy settings are sanitized when printingSebastiaan van Stijn2021-10-271-10/+47
* integration: skip TestDaemonProxy on rootless CISebastiaan van Stijn2021-10-271-0/+1
* Add http(s) proxy properties to daemon configurationAnca Iordache2021-10-271-0/+153
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-4/+3
* daemon: allow "builtin" as valid value for seccomp profilesSebastiaan van Stijn2021-08-071-0/+5
* Fix daemon.json and daemon --seccomp-profile not accepting "unconfined"Sebastiaan van Stijn2021-08-071-2/+45
* Add configuration validation option and tests.Rich Horwood2021-06-231-0/+101