I have a arm board that I running the debian system witch kernel 4.4.143.
I want to run the docker on it.
but I got an error when I run the command " docker run --rm hello-world"
docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused “process_linux.go:402: container init caused "rootfs_linux.go:58: mounting \"mqueue\" to rootfs \"/var/lib/docker/vfs/dir/f4f8a237951b29fb0aa1d39b6d77c8a12b7d127bc8fccc082f452e189453cbbe\" at \"/dev/mqueue\" caused \"no such device\""”: unknown.
root@linaro-alip:~#
===
is any one know what is type error?
is filesystem issue?
or miss some kernel modules?
or other error?
hello, I have add the lines as you told to /etc/rc.local & /etc/init.d/rc.local too. ( /etc/rc.d/rc.local not found in my system)
and reboot, but it’s not work.
and I try it by manual , it’s failed too.
Blockquote
root@linaro-alip:~# ls /dev/m
mali0 memory_bandwidth mmcblk1boot1 mmcblk1p3 mmcblk1p6 mmcblk1p9
mapper/ mmcblk1 mmcblk1p1 mmcblk1p4 mmcblk1p7 mmcblk1rpmb
mem mmcblk1boot0 mmcblk1p2 mmcblk1p5 mmcblk1p8 mqueue/
root@linaro-alip:~# ls -lat /dev/mqueue/
total 0
drwxr-xr-x 15 root root 3620 Jan 10 10:32 …
drwxr-xr-x 2 root root 40 Jan 10 10:32 .
root@linaro-alip:~#
root@linaro-alip:~# mount -t mqueue none /dev/mqueue
mount: unknown filesystem type ‘mqueue’
root@linaro-alip:~#
root@linaro-alip:~# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
29dd475ce22d portainer/portainer “/portainer” Less than a second ago Created 0.0.0.0:9000->9000/tcp portainer
8eaf4fba8a17 hello-world “/hello” 2 hours ago Created trusting_jennings
root@linaro-alip:~#
First, I thought it’s lost some kernel modules.
Because I got an error when I install and startup the docker,
the error is :
docker: Error response from daemon: failed to create endpoint portainer on network bridge: failed to add the host (veth30b86ef) <=> sandbox (veth3ec0179) pair interfaces: operation not supported.