Is there a Docker-ce version compatible for Ubuntu 16.04(i386 arch)? I find nothing on Web, only amd64, arm64 and other archs etc

前端 未结 1 1297
既然无缘
既然无缘 2021-01-22 08:15

According to the official tutorial, it says \"Go to https://download.docker.com/linux/ubuntu/dists/, choose your Ubuntu version, browse to pool/stable/ and choose amd64, armhf,

相关标签:
1条回答
  • 2021-01-22 08:50

    https://docs.docker.com/install/#supported-platforms lists the supported architectures and 32-bit x86 Linux isn't one of them.

    The desktop Docker for Mac and Docker for Windows applications only run on 64-bit x86; the Linux system component runs on 64-bit x86 (but not 32-bit), 64-bit ARM, and IBM Power (ppc64le) and Z (s390x) platforms. Prebuilt distribution packages are only available one some of those architectures, though all of CentOS, Debian, Fedora, and Ubuntu are available for 64-bit x86 and Ubuntu packages are available for all supported architectures.

    0 讨论(0)
提交回复
热议问题