04的32位计算机上安装Docker

04的32位计算机上安装Docker

本文介绍了如何在具有Ubuntu 12.04的32位计算机上安装Docker?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已按照将其安装到我的计算机上这是运行Ubuntu 12.04的32位计算机

I have followed the docker installation doc for installing it on my machine which is a 32 bit machine running Ubuntu 12.04

该步骤

$ sudo apt-get install docker-engine

失败

E: Unable to locate package docker-engine

应该已经安装了,对吧?

It should have been installed, right?

另外我知道,Docker当前仅支持64位平台。

Also I came to know that, Docker currently only supports 64bit platforms.

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

是否可以安装它并使它在32位计算机上工作?

Is there a way to I install it and make it work on 32bit machine?

推荐答案

根据先决条件:

您将无法在32位平台上安装Docker。

You will not be able to install Docker onto a 32bit platform.

这篇关于如何在具有Ubuntu 12.04的32位计算机上安装Docker?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-28 15:10