aboutsummaryrefslogtreecommitdiff
path: root/utils/docker-ce
Commit message (Collapse)AuthorAge
* 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: Expand nofile from 1024(soft) 4096(hard) as large as possible ↵Student4142019-08-30
| | | | | | | | | when using procd. When we run docker image and export too many ports, dockerd will output some errors like "too many open files", it is caused by max-file limitation. Now, we start dockerd using procd, just add a statement to fix this problem. Signed-off-by: Fuying Wang <805447391@qq.com>
* docker-ce: Updated to 19.03.1Gerard Ryan2019-08-10
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker-ce: Updated and added --init and --publish optionsGerard Ryan2019-07-20
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker-ce: Added Docker community editionGerard Ryan2019-07-04
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>