Thanks! This version applied and is now merged.
Bruce In message: Re: [meta-virtualization][PATCH] docker.inc: Add xt-addrtype kernel module on 28/11/2019 nkaminski wrote: > From: Norbert Kaminski <[email protected]> > > Trying to use docker info and hello world container without this module > causes a daemon error. > > docker info error log: > > Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the > docker daemon running? > > dockerd error log: > > PREROUTING chain: iptables failed: iptables --wait -t nat -A PREROUTING -m > addrtype --dst-type LOCAL -j DOCKER: iptables v1.8.3 (legacy): Couldn't > load match `addrtype':No such file or directory > > Signed-off-by: Norbert Kaminski <[email protected]> > > --- > recipes-containers/docker/docker.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-containers/docker/docker.inc > b/recipes-containers/docker/docker.inc > index 0083902..32d4a2e 100644 > --- a/recipes-containers/docker/docker.inc > +++ b/recipes-containers/docker/docker.inc > @@ -29,7 +29,7 @@ RDEPENDS_${PN} = "util-linux util-linux-unshare iptables \ > " > RDEPENDS_${PN} += "virtual/containerd virtual/runc" > > -RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat" > +RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat > kernel-module-xt-addrtype" > > PROVIDES += "virtual/docker" > > -- > 2.17.1 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#4793): https://lists.yoctoproject.org/g/meta-virtualization/message/4793 Mute This Topic: https://lists.yoctoproject.org/mt/61663735/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
