Skip to content

cyberknight777/android_kernel_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

android_kernel_docker

Table of contents

About

A repository that contains a kconfig to enable docker support in android kernels

Usage

If you are using SLMK, you don’t need these configs

CONFIG_MEMCG

CONFIG_MEMCG_SWAP

You can add this to your tree by doing these commands

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"

Then go to arch/yourtargetarchitecture/Kconfig and add this line below:

source "docker/Kconfig"

Next you would need to enable all the options in Utilities except for this one(if you use SLMK):

CONFIG_DOCKER_SWAP

Once that’s done feel free to compile and use your kernel which has docker enabled now :)

Tested on Kernels 4.14, 4.4, and 4.9

Credits

grilix for his base docker kconfig.

About

Docker support in android kernels

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published