简体   繁体   English

Arch Linux [Armv7] docker安装

[英]Arch linux [Armv7] docker install

I've installed Docker via pacman -S docker , but when I'm trying to run Dockerd it says 我已经通过pacman -S docker docker安装了Docker,但是当我尝试运行Dockerd时说

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. INFO [0000] libcontainerd:新的容器化进程,pid:9792 WARN [0000]容器:低RLIMIT_NOFILE更改为max current = 1024 max = 4096 FATA [0001] Linux内核版本3.4.39不支持运行docker。 Please upgrade your kernel to 3.10.0 or newer. 请将您的内核升级到3.10.0或更高版本。

I'm trying to run it with DOCKER_NOWARN_KERNEL_VERSION=1 and it gives me 我正在尝试使用DOCKER_NOWARN_KERNEL_VERSION=1运行它,它给了我

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 INFO [0000] libcontainerd:新的容器化进程,pid:9810 WARN [0000]容器:低RLIMIT_NOFILE更改为max current = 1024 max = 4096 ERRO [0001] [graphdriver]先前的存储驱动程序devicemapper失败:devicemapper:运行deviceCreate(CreatePool时出错)dm_task_run失败启动守护程序时出错:初始化graphdriver时出错:devicemapper:运行deviceCreate(CreatePool)时出错dm_task_run失败

What did I do wrong?!.. Running this on Orang Pi PC Thanks 我做错了什么?!..在Orang Pi PC上运行此命令谢谢

I've found, that kernel > 4.0 does exist for this Pi. 我发现该Pi确实存在内核> 4.0。 I've installed Armbian on my Orange Pi PC and I'm sure that it the best thing you could install . 我已经在Orange Pi PC上安装了Armbian,我确信这是最好的安装方法 I goes with linux-4.10.3 on the board and works fine. 我在板上使用linux-4.10.3,并且工作正常。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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