Hi,
I have an odroid-xu on which I installed archlinux (https://archlinuxarm.org/platforms/armv … /odroid-xu) in order to try running docker.
I installed docker, but the daemon wouldn't start and I have these errors :
$this->bbcode_second_pass_code('', '
$ docker daemon
WARN[0000] Your Linux kernel version 3.4.104-2-ARCH can be unstable running docker. Please upgrade your kernel to 3.10.0.
ERRO[0000] [graphdriver] prior storage driver "devicemapper" failed: devicemapper: Error running deviceCreate (CreatePool) dm_task_run failed
FATA[0000] Error starting daemon: error initializing graphdriver: devicemapper: Error running deviceCreate (CreatePool) dm_task_run failed
')
How do I fix this error? If the only way is to upgared the kernel, how can I do that while still having a kernel able to run on the board?
Thanks