hardkernel / linux

Linux kernel source tree
Other
427 stars 408 forks source link

Kernel configuration for supporting docker in swarm mode #262

Closed atzoum closed 7 years ago

atzoum commented 7 years ago

Enable CONFIG_CFQ_GROUP_IOSCHED and CONFIG_VXLAN required by docker swarm mode. Docker offers a script to check for missing kernel modules

curl https://raw.githubusercontent.com/docker/docker/v1.12.5/contrib/check-config.sh | bash