4

我在 Opsworks 中使用 Amazon linux AMI,而 Amazon linux AMI 是最新的(OS Amazon Linux 2017.03)。

问题是这个 AMI 带有 docker 版本17.03.2-ce,但是我需要安装17.05或更高版本(因为我想在 docker swarm 中修改“入口”网络,这只能在最新的 docker 版本中实现。)

看起来亚马逊官方只支持 17.03 之前的版本。

如果我尝试从 centos rpm/repository 手动升级 docker,我会收到以下错误(可能是因为我是 Redhat 风格,而 docker 目前似乎不支持):

--> Finished Dependency Resolution
Error: Package: docker-ce-17.06.1.ce-1.el7.centos.x86_64 (docker-ce-stable)
       Requires: libsystemd.so.0(LIBSYSTEMD_209)(64bit)
Error: Package: docker-ce-17.06.1.ce-1.el7.centos.x86_64 (docker-ce-stable)
       Requires: systemd-units
Error: Package: docker-ce-17.06.1.ce-1.el7.centos.x86_64 (docker-ce-stable)
       Requires: libsystemd.so.0()(64bit)
Error: Package: docker-ce-17.06.1.ce-1.el7.centos.x86_64 (docker-ce-stable)
       Requires: container-selinux >= 2.9
You could try using --skip-broken to work around the problem

猫 /proc/版本

Linux version 4.9.43-17.38.amzn1.x86_64 (mockbuild@gobi-build-60008) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) )

无论如何我可以升级 docker 版本而不必等待亚马逊发布?

4

1 回答 1

0

https://docs.docker.com/samples/library/amazonlinux/

最新的 Amazon Linux 2017.09 有 Docker 版本 17.06.2-ce

于 2017-11-03T13:31:21.030 回答