Closed fsamir closed 6 years ago
Hi @fsamir I also tried that a week ago, but I also couldn't make it work. In HCL (Hypriot Cluster Lab) we used the "docker load" on first boot on the real device.l Maybe running a dockerd without qemu using the rootfs with the correct storage driver could work to just do the "docker pull" to fill the filesystem. But this won't play nicely with multiarch docker images as then the Intel version will be pulled. Cheers, Stefan
Our image-builder-rpi uses cloud-init now so you can add commands to pull your images there. Then they get pulled at first boot.
Hi all,
I tried both "docker pull" and "docker load", to build an image with the container I need, but qemu seems to fail on running go (error below). Also, a quick google search showed several issues relating the problem.
Was anyone able to achieve this in any other way?
Thanks, Franklin