Add kernel features needed to support docker#1
Add kernel features needed to support docker#1codybrookshear wants to merge 1 commit intoGOcontroll:gocontroll-6.12.79from
Conversation
|
Good to hear you got it working as desired, there are a couple of points about the pull request. The format seems off and there seem to be some options enabled that don't work together, for example you have set The workflow I recommend is: This will output the correct format of the config file with all the dependencies checked. It might look like there are options missing in this resulting file but that is because there are some implicit options that are left out it this file, they will appear in the resulting .config file though. I also have some doubts about the package that bindeb-pkg produces, are you sure you are booting into the new kernel? I have some custom packaging set up in the debian folder, the system is not set up to use the packaging that bindeb-pkg creates. You can check with The way I produce the deb package is that I have a debian trixie distrobox then I run If you could do this check and see if everything there is okay, then I will squash the results together into our tree. |
TBD if we will use Docker in our production setup, but it's great knowing it works. However,, consider if you need Docker or not. The extra kernel size on a constrained device like this one may not be desirable unless you specifically need to use Dokcer. With these kernel defconfig changes in place, you should be able to now run a docker image on a GOControll Moduline IV.
I'll step thru the process just to "show my work":
Over on the GOControll box now, first install the generated kernel
debfile and then reboot:Then, make sure you have docker installed and started:
The easiest test is then: