微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

如何在具有Ubuntu 12.04的32位机器上安装Docker?

我已经按照docker installation doc将它安装在我的机器上,这是一台运行Ubuntu 12.04的32位机器

这一步

$sudo apt-get install docker-engine

没说

E: Unable to locate package docker-engine

应该已经安装好了吧?

我也知道,Docker目前只支持64位平台.

$wget -qO- https://get.docker.io/ | sh
Error: you are not using a 64bit platform.
Docker currently only supports 64bit platforms.

有没有办法安装它并使其在32位机器上工作?

最佳答案
根据先决条件:

Docker requires a 64-bit installation regardless of your Ubuntu version. Additionally,your kernel must be 3.10 at minimum. The latest 3.10 minor version or a newer maintained version are also acceptable.

您将无法将Docker安装到32位平台上.

原文地址:https://www.jb51.cc/docker/435962.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐