Add docker-image in order to launch a base system capable of running docker daemon

This commit is contained in:
Thomas Klaehn
2020-01-20 15:09:26 +01:00
parent 63182b910a
commit f655d5f14b
17 changed files with 246 additions and 19 deletions

View File

@@ -0,0 +1,4 @@
CONFIG_DEBUG_BLK_CGROUP=y
CONFIG_CFS_BANDWIDTH=y
CONFIG_CGROUP_RDMA=y

View File

@@ -14,5 +14,6 @@ KERNEL_CONFIG_FRAGMENTS_append_ti33x = " \
${WORKDIR}/rtl8192cu.cfg \
${WORKDIR}/enable_onboard_leds.cfg \
${WORKDIR}/enable_hostap_wext.cfg \
${WORKDIR}/enable_cgroups.cfg \
"