Created
April 9, 2016 21:22
-
-
Save dewey/4c1c8cf7d289e5c3437b6bc6b92e8698 to your computer and use it in GitHub Desktop.
Kernel flags for Docker on Gentoo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* CONFIG_CGROUP_HUGETLB: is not set when it should be. | |
* CONFIG_NET_CLS_CGROUP: is not set when it should be. | |
* CONFIG_RT_GROUP_SCHED: is not set when it should be. | |
* CONFIG_CGROUP_NET_PRIO: is not set when it should be. | |
* CONFIG_DEVPTS_MULTIPLE_INSTANCES: is not set when it should be. | |
* CONFIG_CGROUP_DEVICE: is not set when it should be. | |
* CONFIG_CGROUP_FREEZER: is not set when it should be. | |
* CONFIG_CGROUP_SCHED: is not set when it should be. | |
* CONFIG_NF_NAT_IPV4: is not set when it should be. | |
* CONFIG_IP_NF_TARGET_MASQUERADE: is not set when it should be. | |
* CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: is not set when it should be. | |
* CONFIG_NF_NAT: is not set when it should be. | |
* CONFIG_NF_NAT_NEEDED: is not set when it should be. | |
* CONFIG_MEMCG_SWAP: is required if you wish to limit swap usage of containers | |
* CONFIG_MEMCG_SWAP_ENABLED: is not set when it should be. | |
* CONFIG_BLK_CGROUP: is not set when it should be. | |
* CONFIG_CGROUP_PERF: is optional for container statistics gathering | |
* CONFIG_CFS_BANDWIDTH: is optional for container statistics gathering | |
* CONFIG_DM_THIN_PROVISIONING: is not set when it should be. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment