A repository that contains a kconfig to enable docker support in android kernels
CONFIG_MEMCG
CONFIG_MEMCG_SWAP
git fetch https://github.com/cyberknight777/android_kernel_docker main
git merge -s ours --no-commit --allow-unrelated-histories --squash FETCH_HEAD
git read-tree --prefix=docker -u FETCH_HEAD
git commit -m "Imported docker/ from https://github.com/cyberknight777/android_kernel_docker"
source "docker/Kconfig"
CONFIG_DOCKER_SWAP
Tested on Kernels 4.14, 4.4, and 4.9