首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >我不能在Debian 8上安装Docker杰西

我不能在Debian 8上安装Docker杰西
EN

Stack Overflow用户
提问于 2018-08-27 19:41:46
回答 1查看 1.1K关注 0票数 3

我试图让Docker安装在Debian 8 (Jessie)的机器上,但无论我尝试什么,我似乎总是会遇到错误。

使用以下说明:https://docs.docker.com/install/linux/docker-ce/debian

检查内核:

代码语言:javascript
复制
uname -r
3.16.0-4-686-pae

决定命运的时刻:

代码语言:javascript
复制
sudo apt-get install docker-ce

Setting up docker-ce (18.06.1~ce~3-0~debian) …
Installing new version of config file /etc/bash_completion.d/docker …
Job for docker.service failed. See ‘systemctl status docker.service’ and ‘journalctl -xn’ for details.
invoke-rc.d: initscript docker, action “start” failed.
dpkg: error processing package docker-ce (–configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for libc-bin (2.19-18+deb8u10) …
Errors were encountered while processing:
docker-ce
E: Sub-process /usr/bin/dpkg returned an error code (1)

我还尝试直接从一个软件包安装:https://download.docker.com/linux/debian/dists/jessie/pool/stable/amd64/ (选择17.03.2版)

在安装依赖项之后,仍然无法工作:

代码语言:javascript
复制
sudo dpkg --install  docker-ce_17.03.2_ce-0_debian-jessie_amd64.deb

(Reading database ... 169325 files and directories currently installed.)
Preparing to unpack docker-ce_17.03.2_ce-0_debian-jessie_amd64.deb ...
Unpacking docker-ce (17.03.2~ce-0~debian-jessie) over (17.03.2~ce-0~debian-jessie) ...
Setting up docker-ce (17.03.2~ce-0~debian-jessie) ...
Job for docker.service failed. See 'systemctl status docker.service' and 'journalctl -xn' for details.
invoke-rc.d: initscript docker, action "start" failed.
dpkg: error processing package docker-ce (--install):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for systemd (215-17+deb8u7) ...
Errors were encountered while processing:
 docker-ce

我还看了这篇文章:http://www.boynux.com/docker-jessie/,但我甚至没有通过第一步:

代码语言:javascript
复制
curl https://get.docker.com | sh

Either your platform is not easily detectable or is not supported by this
installer script.
Please visit the following URL for more detailed installation instructions:

https://docs.docker.com/engine/installation/

我做的每一次尝试

代码语言:javascript
复制
sudo apt-get remove docker docker-engine docker.io docker-ce
sudo apt-get update
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2018-10-15 17:59:56

docker-ce不适用于i686

请参阅OS需求

x86_64 (或amd64)和armhf体系结构都支持Docker。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/52046014

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档