|
发表于 2019-4-30 13:52:45
|
显示全部楼层
debia arm版本 安装在威联通TS212P3上,docker运行
[color=rgb(0, 0, 0) !important][backcolor=rgb(223, 223, 223) !important]1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
Created symlink /etc/systemd/system/dbus-org.freedesktop.Avahi.service → /lib/systemd/system/avahi-daemon.service.
Created symlink /etc/systemd/system/multi-user.target.wants/avahi-daemon.service → /lib/systemd/system/avahi-daemon.service.
Created symlink /etc/systemd/system/sockets.target.wants/avahi-daemon.socket → /lib/systemd/system/avahi-daemon.socket.
Setting up libnss-mdns:arm64 (0.14.1-1) ...
First installation detected...
Checking NSS setup...
Processing triggers for systemd (241-3) ...
Processing triggers for dbus (1.12.12-1) ...
Processing triggers for libc-bin (2.28-8) ...
[info]: 安装 Docker 引擎.....
# Executing docker install script, commit: UNKNOWN
+ sh -c apt-get update -qq >/dev/null
+ sh -c apt-get install -y -qq apt-transport-https ca-certificates curl gnupg >/dev/null
debconf: delaying package configuration, since apt-utils is not installed
+ sh -c curl -fsSL "https://mirrors.aliyun.com/docker-ce/linux/debian/gpg" | apt-key add -qq - >/dev/null
Warning: apt-key output should not be parsed (stdout is not a terminal)
+ sh -c echo "deb [arch=arm64] https://mirrors.aliyun.com/docker-ce/linux/debian buster stable" > /etc/apt/sources.list.d/docker.list
+ sh -c apt-get update -qq >/dev/null
+ [ -n ]
+ sh -c apt-get install -y -qq --no-install-recommends docker-ce >/dev/null
debconf: delaying package configuration, since apt-utils is not installed
E: Sub-process /usr/bin/dpkg returned an error code (1)
########################### System version ###########################
########################### System version 2 ###########################
Linux version 4.2.8 (root@U16BuildServer47) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #1 SMP Thu Mar 28 01:01:41 CST 2019
########################### System info ###########################
Linux Debain 4.2.8 #1 SMP Thu Mar 28 01:01:41 CST 2019 aarch64 GNU/Linux
########################### END ###########################
\033[0;31m[ERROR]: Docker 安装失败,请检查上方安装错误信息。 你也可以选择通过搜索引擎,搜索你系统安装docker的方法,安装后重新执行脚本。
|
|