Hi good ppl,
I am trying to run docker engine on a embedded router platform based on openwrt, but heavily customized, and I am facing issues during runtime.
I have compiled the kernel with necessary CFLAGS and NAMESPACE flags and I am able to run docker-containerd and dockerd with out any ERRORS throwing.
but well I try to load a tarball image using docker cli, I am facing this error:
# docker load -i /tmp/alpine.tgz
open /tmp/data/tmp/docker-import-470444435/docker/json: no such file or directory
The /tmp/data/* directories has 0777 permissions. Please help me.