- 积分
- 484
- 金钱
- 383
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 484
- 金钱
- 383
- HASS币
- 0
|
发表于 2019-9-25 18:50:34
|
显示全部楼层
感谢大神的指导!
我又重新安装了一次 还是同样问题
[info]: 安装 Docker 引擎.....
# Executing docker install script, commit:
+ sh -c apt-get update -qq >/dev/null
+ sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl gnupg >/dev/null
+ sh -c curl -fsSL "https://mirror.azure.cn/docker-ce/linux/ubuntu/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=armhf] https://mirror.azure.cn/docker-ce/linux/ubuntu bionic 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
If you would like to use Docker as a non-root user, you should now consider
adding your user to the "docker" group with something like:
sudo usermod -aG docker your-user
Remember that you will have to log out and back in for this to take effect!
WARNING: Adding a user to the "docker" group will grant the ability to run
containers which can be used to obtain root privileges on the
docker host.
Refer to https://docs.docker.com/engine/s ... emon-attack-surface
for more information.
[info]: Docker 安装成功。
添加用户 android 到 Docker 用户组
[info]: 切换 Docker 源为国内源....
Running in chroot, ignoring request: daemon-reload
Running in chroot, ignoring request: restart
[info]: 切换国内源完成
[info]: 安装 hassio......
从 hub.docker.com 下载 homeassistant/qemuarm-homeassistant:0.99.2......
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
[ERROR]: 从 docker 下载 homeassistant/qemuarm-homeassistant:0.99.2 失败,请检查上方失败信息。
#
|
|