En

Docker官网普通更新(2017-08-24)

来源:Docker官网 发布日期:2017-08-24 阅读次数:967 评论:0

基本信息

发布日期:2017-08-24(官方当地时间)

更新类型:普通更新

更新版本:17.06.1-ee-2

感知时间:2019-12-05 19:41:37

风险等级:未知

情报贡献:TSRC

更新标题

Docker官网版本更新,17.06.1-ee-2版本发布

更新详情



Client


Enable TCP Keep-Alive in Docker client #415


Networking


Lock goroutine to OS thread while changing NS #1911


Runtime


devmapper: ensure that UdevWait is called after calls to setCookie #33732
aufs: ensure diff layers are correctly removed to prevent leftover files from using up storage #34587


Swarm mode


Ignore PullOptions for running tasks #2351


Known issues

If a container is spawned on node A, using the same IP of a container destroyed
on nodeB within 5 min from the time that it exit, the container on node A is
not reachable until one of these 2 conditions happens:


Container on A sends a packet out,
The timer that cleans the arp entry in the overlay namespace is triggered (around 5 minutes).


As a workaround, send at least a packet out from each container like
(ping, GARP, etc).

软件描述

Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的镜像中,然后发布到任何流行的 Linux或Windows 机器上,也可以实现虚拟化。容器是完全使用沙箱机制,相互之间不会有任何接口。 [1]

CVE编号

TSRC分析

暂无

业界资讯

暂无

评论

提交评论 您输入的评论有误,请重新输入