How to use..?
-
Download the
kernel-builder.zipfile. -
Unzip it.
-
Install Docker if it's not already installed.
-
Ubuntu/Debian based systems:
sudo apt install docker.io && sudo usermod -aG docker $USER && sudo reboot -
Fedora/RHEL based systems:
sudo dnf -y install dnf-plugins-core sudo dnf config-manager addrep...