智能化下的产物,无人棋牌室
Docker 1.9.1 正式发布下载,此版本主要是 bug 修复,更新内容如下:
运行时
- Do not prevent daemon from booting if images could not be restored (#17695)
- Force IPC mount to unmount on daemon shutdown/init (#17539)
- Turn IPC unmount errors into warnings (#17554)
- Fix
docker stats
performance regression (#17638) - Clarify cryptic error message upon
docker logs
if--log-driver=none
(#17767) - Fix seldom panics (#17639, #17634, #17703)
- Fix opq whiteouts problems for files with dot prefix (#17819)
- devicemapper: try defaulting to xfs instead of ext4 for performance reasons (#17903,#17918)
- devicemapper: fix displayed fs in docker info (#17974)
- selinux: only relabel if user requested so with the
z
option (#17450, #17834) - Do not make network calls when normalizing names (#18014)
客户端
- Fix
docker login
on windows (#17738) - Fix bug with
docker inspect
output when not connected to daemon (#17715) - Fix
docker inspect -f {{.HostConfig.Dns}} somecontainer
(#17680)
构建器
- Fix regression with symlink behavior in ADD/COPY (#17710)
网络
- Allow passing a network ID as an argument for
--net
(#17558) - Fix connect to host and prevent disconnect from host for
host
network (#17476) - Fix
--fixed-cidr
issue when gateway ip falls in ip-range and ip-range is not the first block in the network (#17853) - Restore deterministic
IPv6
generation fromMAC
address on defaultbridge
network (#17890) - Allow port-mapping only for endpoints created on docker run (#17858)
- Fixed an endpoint delete issue with a possible stale sbox (#18102)
分布式
- Correct parent chain in v2 push when v1Compatibility files on the disk are inconsistent (#18047)
下载
Ubuntu/Debian: curl -sSL https://get.docker.com/ | sh
Linux 64bit binary: https://get.docker.com/builds/Linux/x86_64/docker-1.9.1
Darwin/OSX 64bit client binary: https://get.docker.com/builds/Darwin/x86_64/docker-1.9.1
Darwin/OSX 32bit client binary: https://get.docker.com/builds/Darwin/i386/docker-1.9.1
Linux 64bit tgz: https://get.docker.com/builds/Linux/x86_64/docker-1.9.1.tgz
Windows 64bit client binary: https://get.docker.com/builds/Windows/x86_64/docker-1.9.1.exe
Windows 32bit client binary: https://get.docker.com/builds/Windows/i386/docker-1.9.1.exe