content/manuals/desktop/features/wsl/custom-kernels.md
[!WARNING]
Using a custom kernel with Docker Desktop on WSL 2 is not officially supported and may cause issues with Docker Desktop startup or operation.
Docker Desktop depends on several kernel features built into the default WSL 2 Linux kernel distributed by Microsoft.
However, in some cases it may be necessary to run custom kernels; Docker Desktop does not block their use, and some users have reported success using them.
If you choose to use a custom kernel, start from the kernel tree distributed by Microsoft from their official repository and then add the features you need on top of that.
Also:
wsl.exe --system uname -r
in a terminal.pahole and
its version is properly reflected in the corresponding kernel config
(CONFIG_PAHOLE_VERSION).