On qemu, I'm trying to run Docker with Yocto project and there isn't any network connectivity on qemu. But I'm unable to start the daemon.
I have cloned hello-world file and saved it as a tar using docker commands. I have added the tar file to my image which already contains docker-ce on qemu.
But on running dockerd& the daemon fails to start with the message "Devices cgroup isn't mounted."
How can I use qemu to launch docker and subsequently the hello-world image without Internet access?
Error reference