简体   繁体   English

fedora 20(32位)上的Docker无法正常工作

[英]Docker on fedora 20(32-bit) not working

As per the documentation at: https://docs.docker.com/installation/fedora/ , I understand its not supported for the 32-bit.(for my system uname -r gives 3.11.10-301.fc20.i686) 根据位于https://docs.docker.com/installation/fedora/上的文档,我了解32位不支持它。(对于我的系统,uname -r给出3.11.10-301.fc20.i686)

But looking at : https://docs.docker.com/installation/binaries/ , I downloaded the https://get.docker.com/builds/Linux/i386/docker-latest.tgz . 但是查看: https : //docs.docker.com/installation/binaries/ ,我下载了https://get.docker.com/builds/Linux/i386/docker-latest.tgz

Now after extracting it, when i hit : "docker -d &" at terminal as su, i get "This is a client-only binary - running the Docker daemon is not supported." 现在,将其解压缩后,当我在终端上以su命中:“ docker -d&”时,我得到“这是一个仅客户端的二进制文件-不支持运行Docker守护程序。” As per documentation I would have accepted this for Mac OS X and Windows, but I am working on linux. 根据文档,对于Mac OS X和Windows,我会接受它,但是我正在Linux上工作。

Can someone help me with this. 有人可以帮我弄这个吗。

Even on Linux, 32-bit support for daemon mode is not a priority ( issue 136 ). 即使在Linux上,也不优先考虑对守护程序模式的32位支持( 问题136 )。

That leaves you with the option of recompiling docker on i386 32-bits , and build a 32-bits base image in order to run 32-bits apps containers. 这使您可以选择在32位i386重新编译docker并构建32位基本映像以运行32位应用程序容器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Win 7上安装32位Canopy,32位计算机失败 - Install 32 bit Canopy on Win 7, 32-bit machine fails 在Windows 32位中安装Roracle软件包时出错 - Error while installing Roracle package in Windows 32-bit 如何在Windows 7 32位上安装intellij IDEA社区版? - how to install intellij IDEA community edition on Windows 7 32-bit? 如何在Windows 7 32位上安装Angular 7 Material - How to install Angular 7 Material on Windows 7 32-bit 我在x86-64 PC上运行32位Windows。 我应该下载32位还是64位Python安装程序? - I'm running 32-bit Windows on an x86-64 PC. Should I download the 32-bit or 64-bit Python installer? WiX:防止32位安装程序在64位Windows上运行 - WiX: Prevent 32-bit installer from running on 64-bit Windows 如果可执行文件不存在,如何安装 32 位或 64 位可执行文件? - How to install 32-bit or 64-bit executable if executable does not already exist? Visual Studio 2010,PCL,Qt和32位和64位:如何? - Visual Studio 2010, PCL, Qt and 32-bit and 64-bit: How? 有没有办法在Wix中制作组合的32位和64位安装程序? - Is there a way to make a combined 32-bit and 64-bit installer in Wix? 在 64 位版本的 Lubuntu 上安装 Android Studio 无法安装一些 32 位库 - Intstalling Android Studio on 64-bit version of Lubuntu fails installing some 32-bit libraries
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM