summaryrefslogtreecommitdiff
path: root/daemon/daemon_unix.go
Commit message (Expand)AuthorAgeFilesLines
* Use real root with 0701 permsBrian Goff2021-01-261-4/+10
* vendor: opencontainers/selinux v1.8.0, and remove selinux build-tag and stubsSebastiaan van Stijn2020-12-241-2/+3
* Merge pull request #41622 from bboehmke/ipv6_natSebastiaan van Stijn2020-12-071-0/+4
|\
| * mark ip6tables as experimental featureBenjamin Böhmke2020-12-021-0/+3
| * Added ip6tables config optionBenjamin Böhmke2020-11-051-0/+1
* | use containerd/cgroups to detect cgroups v2Sebastiaan van Stijn2020-11-091-5/+5
|/
* Do not call mount.RecursiveUnmount() on WindowsSebastiaan van Stijn2020-10-291-0/+4
* daemon: don't adjust oom-score if score is 0Sebastiaan van Stijn2020-10-051-0/+3
* Add more error message for ops when container limit use an device which not e...Jeff Zvier2020-08-111-2/+2
* statsV2: implement FailcntAkihiro Suda2020-07-301-1/+5
* Deprecate KernelMemoryAkihiro Suda2020-07-241-0/+6
* Merge pull request #41016 from kolyshkin/cgroup-initBrian Goff2020-07-161-39/+17
|\
| * Untangle CPU RT controller initKir Kolyshkin2020-06-261-31/+12
| * pkg/sysinfo: rm duplicatesKir Kolyshkin2020-06-261-10/+7
* | Merge pull request #41182 from cpuguy83/runtime_configure_shimBrian Goff2020-07-141-63/+11
|\ \
| * | Configure shims from runtime configBrian Goff2020-07-131-63/+11
| |/
* | Set minimum memory limit to 6M, to account for higher startup memory useSebastiaan van Stijn2020-07-011-3/+3
|/
* daemon: use containerd/sys to detect UserNamespacesSebastiaan van Stijn2020-06-151-3/+3
* Merge pull request #41018 from akhilerm/identity-mappingSebastiaan van Stijn2020-06-081-25/+4
|\
| * remove group name from identity mappingAkhil Mohan2020-06-031-25/+4
* | Merge pull request #40846 from AkihiroSuda/cgroup2-use-systemd-by-defaultBrian Goff2020-05-281-1/+17
|\ \ | |/ |/|
| * cgroup2: use "systemd" cgroup driver by default when availableAkihiro Suda2020-04-221-1/+17
* | Merge pull request #40845 from AkihiroSuda/allow-privileged-cgroupns-private-...Sebastiaan van Stijn2020-05-071-4/+0
|\ \
| * | support `--privileged --cgroupns=private` on cgroup v1Akihiro Suda2020-04-211-4/+0
| |/
* | Merge pull request #40673 from kolyshkin/scanBrian Goff2020-04-291-14/+3
|\ \
| * | daemon.overlaySupportsSelinux: simplify checkKir Kolyshkin2020-03-311-14/+3
* | | cgroup2: implement `docker info`Akihiro Suda2020-04-171-2/+15
| |/ |/|
* | daemon: rename variables that collide with imported package namesSebastiaan van Stijn2020-04-141-7/+7
* | daemon: fix capitalization of some functionsSebastiaan van Stijn2020-04-141-1/+1
* | Merge pull request #40694 from kolyshkin/moby-sys-mount-part-IISebastiaan van Stijn2020-04-021-1/+1
|\ \
| * | Really switch to moby/sys/mount*Kir Kolyshkin2020-03-201-1/+1
| |/
* | cgroup2: implement `docker stats`Akihiro Suda2020-04-021-0/+110
|/
* daemon: fail early if rootless && cgroupdriver == "systemd" && cgroup v1Akihiro Suda2020-03-111-0/+4
* rootless: support `--exec-opt native.cgroupdriver=systemd`Akihiro Suda2020-02-141-6/+4
* Set the bip network value as the subnetArko Dasgupta2020-02-101-2/+2
* Merge pull request #40007 from arkodg/add-host-docker-internalSebastiaan van Stijn2020-01-271-0/+13
|\
| * Support host.docker.internal in dockerd on LinuxArko Dasgupta2020-01-221-0/+13
* | Merge pull request #40366 from arkodg/check-cidr-ipv6Sebastiaan van Stijn2020-01-141-1/+3
|\ \
| * | Handle error case when fixed-cidr-ipv6 is emptyArko Dasgupta2020-01-131-1/+3
* | | cgroup2: mark cpu-rt-{period,runtime} unimplementedAkihiro Suda2020-01-011-0/+4
* | | cgroup2: enable cgroup namespace by defaultAkihiro Suda2020-01-011-4/+9
* | | cgroup2: use shim V2Akihiro Suda2020-01-011-0/+4
|/ /
* | Fix docker crash when creating namespaces with UID in /etc/subuid and /etc/su...Yong Tang2019-11-071-2/+23
* | Rename "v1" to "statsV1"Sebastiaan van Stijn2019-11-011-2/+2
* | bump containerd/cgroups 5fbad35c2a7e855762d3c60f2e474ffcad0d470aSebastiaan van Stijn2019-10-311-2/+2
* | daemon: add "isWindows" constSebastiaan van Stijn2019-10-171-0/+2
|/
* Return "invalid parameter" when linking to non-existing containerSebastiaan van Stijn2019-09-101-0/+15
* Explicity set Cgroup NS mode to "host" when running privilegedRob Gulewich2019-08-231-4/+8
* initBridgeDriver: minor cleanup and linting fixesSebastiaan van Stijn2019-08-091-11/+10
* cast Dev and Rdev of Stat_t to uint64 for mipsDominic2019-08-011-4/+6