summaryrefslogtreecommitdiff
path: root/cmd/dockerd/daemon_unix.go
Commit message (Expand)AuthorAgeFilesLines
* daemon: remove handling for deprecated "oom-score-adjust", and produce errorSebastiaan van Stijn2023-05-061-13/+0
* daemon: deprecate --oom-score-adjust for the daemonSebastiaan van Stijn2023-04-131-2/+4
* daemon/config: remove TrustKeyPath, and local utilitiesSebastiaan van Stijn2022-11-281-4/+0
* cmd/dockerd: initContainerd() use early returnSebastiaan van Stijn2022-08-111-26/+28
* cmd/dockerd: initContainerD(): clean-up some logsSebastiaan van Stijn2022-08-111-2/+1
* libcontainerd/supervisor: make supervisor adjust OOM score for containerdSebastiaan van Stijn2022-08-111-0/+3
* daemon: improve some errorsSebastiaan van Stijn2022-06-291-6/+5
* daemon: remove v1 shim configuration for containerdSebastiaan van Stijn2022-03-071-7/+0
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-0/+1
* Merge pull request #41656 from thaJeztah/unexport_thingsAkihiro Suda2021-06-081-2/+2
|\
| * daemon: move DefaultShimBinary, DefaultRuntimeBinary to config packageSebastiaan van Stijn2021-05-311-2/+2
* | Fixup libnetwork lint errorsBrian Goff2021-06-011-1/+1
* | Fix libnetwork importsBrian Goff2021-06-011-1/+1
|/
* Remove hack MalformedHostHeaderOverrideSebastiaan van Stijn2019-07-181-13/+0
* dockerd: update reload signal commentWei Fu2019-07-111-1/+1
* Revert "Remove the rest of v1 manifest support"Tibor Vass2019-06-181-0/+4
* Add log entries for daemon startup/shutdownBrian Goff2019-05-061-0/+3
* dockerd: fix rootless detection (alternative to #39024)Akihiro Suda2019-04-251-3/+2
* fix containerd WaitTimeoutAkihiro Suda2019-04-081-6/+7
* Merge pull request #38541 from Microsoft/jjh/containerdJohn Howard2019-03-191-0/+31
|\
| * Windows: Experimental: Allow containerd for runtimeJohn Howard2019-03-121-0/+31
* | Remove the rest of v1 manifest supportJustin Cormack2019-03-021-4/+0
|/
* allow running `dockerd` in an unprivileged user namespace (rootless mode)Akihiro Suda2019-02-041-3/+25
* create newBuildKit function separately in daemon_unix.go and daemon_windows.g...Anda Xu2018-09-111-0/+16
* Merge pull request #37664 from dmcgowan/vendor-containerd-1.2Sebastiaan van Stijn2018-08-181-1/+1
|\
| * Update containerd vendor to 1.2 betaDerek McGowan2018-08-171-1/+1
* | libcontainerd: split client and supervisorDerek McGowan2018-08-061-18/+5
|/
* Add configuration option for containerd criDerek McGowan2018-07-241-0/+3
* Pass log-level to containerdSebastiaan van Stijn2018-07-091-0/+2
* vendor: update containerd to 63522d9Tonis Tiigi2018-06-081-1/+1
* Fix some linting issuesSebastiaan van Stijn2018-05-171-2/+2
* Split daemon service code to _windows fileSebastiaan van Stijn2018-03-211-4/+0
* Fix nonewmountns for containerd optionsMichael Crosby2017-12-041-16/+4
* Remove solaris build tag and `contrib/mkimage/solarisYong Tang2017-11-021-1/+1
* Update libcontainerd to use containerd 1.0Kenfe-Mickael Laventure2017-10-201-25/+33
* [project] change syscall to /x/sys/unix|windowsChristopher Jones2017-07-111-4/+4
* Expose trust key path in configDerek McGowan2017-05-101-12/+0
* Windows: create daemon root with ACLJohn Howard2016-11-101-1/+1
* Use daemon exec root for swarm control socketBrian Goff2016-08-191-0/+6
* Rename config LiveRestore to LiveRestoreEnabledKenfe-Mickael Laventure2016-07-281-1/+1
* Add --oom-score-adjust to daemonMichael Crosby2016-07-121-0/+1
* Add support for multiples runtimesKenfe-Mickael Laventure2016-06-141-0/+1
* Add --live-restore flagMichael Crosby2016-06-131-0/+3
* Merge pull request #22888 from ibuildthecloud/host-compatAlexander Morozov2016-05-261-8/+6
|\
| * Remove DOCKER_HTTP_HOST_COMPAT env varDarren Shepherd2016-05-211-8/+6
* | Get the Docker Engine to build clean on SolarisAmit Krishnan2016-05-231-1/+1
|/
* Ignore invalid host header between go1.6 and old docker clientsAntonio Murdaca2016-05-191-0/+15
* Windows: Support running dockerd as a serviceJohn Starks2016-04-261-6/+6
* Make dockerd debuggableJohn Howard2016-04-261-0/+113