【发布时间】:2016-10-25 15:57:11
【问题描述】:
我已按照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 ubuntu-12.04 32-bit