aboutsummaryrefslogtreecommitdiff
path: root/utils/docker-ce/Config.in
Commit message (Collapse)AuthorAge
* docker-ce: docker-ce -> dockerdGerard Ryan2020-12-15
| | | | | | | | The source is being deprecated and split into the CLI and engine/daemon repositories, So `docker-ce` will now be the `dockerd` and a separate package will be made for the `docker` CLI. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker-ce: Updated to 19.03.13Gerard Ryan2020-09-24
| | | | | | * Added optional kernel option to better enable cgroup networking Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker-ce: Enabled cgroups v1 by defaultGerard Ryan2020-08-10
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker-ce: Simplified config layout for menuconfigGerard Ryan2020-06-20
| | | | | | cgroupfs-mount: Replaced dependency with cgroup config option Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker-ce: Updated to 19.03.2Gerard Ryan2019-10-06
| | | | | | | | * Added warning logging * Added missing default kmod * Added missing kernel feature for IO scheduling Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* cgroups-mount,docker-ce,lxc: rework kernel feature dependencyYousong Zhou2019-09-12
| | | | | | | | | | | | | Fix that KERNEL_CGROUPS is enabled (selected) automatically along with cgroups-mount Replace "if PACKAGE_docker-ce" with a menu to avoid circular denpendency issue involving PACKAGE_docker-ce, PACKAGE_cgroups-mount and KERNEL_CGRUOPS docker-ce, lxc: replace KERNEL_LXC_MISC with more specific options Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* docker-ce: Added Docker community editionGerard Ryan2019-07-04
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>