我在安装docker时遇到问题。
我租用了一个手臂存储服务器进行设置。
内核是
4.5.2-armada375 #1 SMP Tue Oct 25 11:52:56 CEST 2016 armv7l
但是当我尝试安装docker-ce和其他软件包ive时出现以下错误:
Jul 09 20:54:50 storage-fr systemd[1]: Failed to start Docker Application Container Engine.
Jul 09 20:54:50 storage-fr systemd[1]: docker.service: Unit entered failed state.
Jul 09 20:54:50 storage-fr systemd[1]: docker.service: Failed with result 'exit-code'.
dpkg: error processing package docker-ce (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up liberror-perl (0.17024-1) ...
Setting up rename (0.20-4) ...
update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
Setting up aufs-dkms (4.9+20161219-1) ...
Loading new aufs-4.9+20161219 DKMS files...
It is likely that 4.5.2-armada375 belongs to a chroot's host
我认为内核不兼容。 可以在上面安装docker吗?
我尝试过本指南https://docs.docker.com/install/linux/docker-ce/debian/
但这不起作用。
有什么想法吗?