Hello,

In order to support legacy devices we have in the field, I need to build a 
common image that will work on all devices and have the ability to install 
docker-ce and dependencies on newer devices. Right now I'm using zeus and 
kernelĀ 4.19.135 ( with the meta-intel layer ). I have the "common OS" running, 
install the docker-ce and related packages, but docker won't start correctly 
because iptables can't find the addrtype module. It will start with 'dockerd 
--iptables=false'. 'lsmod |grep xt_addrtype' shows the module as loaded but in 
the output the "Used by" field has a value of "0".

If I use the same image built with the following configuration options, docker 
works fine when I install:

*DISTRO_FEATURES_append = " virtualization"*
*ENABLE_UART = "1"*
*IMAGE_INSTALL_append = " docker-ce"*

Any advice on how to resolve this problem?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#51968): https://lists.yoctoproject.org/g/yocto/message/51968
Mute This Topic: https://lists.yoctoproject.org/mt/79600386/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to