简体   繁体   中英

Arch linux [Armv7] docker install

I've installed Docker via pacman -S docker , but when I'm trying to run Dockerd it says

INFO[0000] libcontainerd: new containerd process, pid: 9792 WARN[0000] containerd: low RLIMIT_NOFILE changing to max current=1024 max=4096 FATA[0001] Your Linux kernel version 3.4.39 is not supported for running docker. Please upgrade your kernel to 3.10.0 or newer.

I'm trying to run it with DOCKER_NOWARN_KERNEL_VERSION=1 and it gives me

INFO[0000] libcontainerd: new containerd process, pid: 9810 WARN[0000] containerd: low RLIMIT_NOFILE changing to max current=1024 max=4096 ERRO[0001] [graphdriver] prior storage driver devicemapper failed: devicemapper: Error running deviceCreate (CreatePool) dm_task_run failed Error starting daemon: error initializing graphdriver: devicemapper: Error running deviceCreate (CreatePool) dm_task_run failed

What did I do wrong?!.. Running this on Orang Pi PC Thanks

I've found, that kernel > 4.0 does exist for this Pi. I've installed Armbian on my Orange Pi PC and I'm sure that it the best thing you could install . I goes with linux-4.10.3 on the board and works fine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM