Moby v17.03.2-ce 已发布(即原来的 Docker 社区版),主要更新如下:
Networking
修复阻止网络创建的并发问题
Runtime
Relabel secrets path to avoid a Permission Denied on selinux enabled systems
Fix cases where local volume were not properly relabeled if needed
Fix an issue while upgrading if a plugin rootfs was still mounted
Fix an issue where volume wouldn't default to the rprivate propagation mode
Fix a panic that could occur when a volume driver could not be retrieved
Add a warning in docker info when the overlay or overlay2 graphdriver is used on a filesystem without d_type support
Fix an issue with backporting mount spec to older volumes
Fix issue where a failed unmount can lead to data loss on local volume remove
Swarm Mode
修复任务可能会意外被杀死的情况
修复了如果无法访问注册表,则会阻止部署服务的问题,尽管本地存在所需的映像
软件详情:https://github.com/moby/moby/releases/tag/v17.03.2-ce
下载地址:https://store.docker.com/search?type=edition&offering=community
来自:开源中国社区

