On Thu, Feb 9, 2017 at 8:34 PM, Peter Spierenburg <[email protected]> wrote: > I think my kernel is missing some modules or features needed by docker. I'm > posting this here in the hope that someone might have some insight.
Yes, running Docker requires additional configs, as you suspect. meta-virtualization will get you all the required recipes but not necessarily all the configuration required to run docker. Those are usually found in higher order layers such as meta-overc and meta-cloud-services. We have talked about making a docker, using something like a (sub)layer, in meta-virtualization for folks asking for basically the same thing as you. We haven't had time to do this yet. Attached is a layer I created mid-2016 which should get you going. I haven't used it in months so no guaranties but it should avoid you having to start from scratch. Mark > > root@qemuarm:~# docker daemon > INFO[0001] API listen on /var/run/docker.sock > ERRO[0001] Failed to built-in GetDriver graph btrfs /var/lib/docker > ERRO[0001] Failed to built-in GetDriver graph devicemapper /var/lib/docker > ERRO[0001] 'overlay' not found as a supported filesystem on this host. > Please ensure kernel is new enough and has overlay support loaded. > WARN[0001] Running modprobe bridge br_netfilter failed with message: > modprobe: module br_netfilter not found in modules.dep > , error: exit status 1 > FATA[0004] Error starting daemon: Error initializing network controller: > error obtaining controller instance: Failed to create NAT chain: iptables > failed: iptables --wait -t nat -N DOCKER: iptables v1.6.0: can't initialize > iptables table `nat': Table does not exist (do you need to insmod?) > Perhaps iptables or your kernel needs to be upgraded. > (exit status 3) > > > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization >
meta-minimal-docker.tar.bz2
Description: BZip2 compressed data
-- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
