Docker 1.9.0 RC2 發布下載
Docker 1.9.0 RC2 發布,此版本更新內容如下:
Runtime
-
</li>docker stats
now returns block IO metrics (#15005) -
</li>docker stats
now details network stats per interface (#15786) -
Add
</li>ancestor=<image>
filter todocker ps --filter
flag to filter containers based on their ancestor images (#14570) -
Add
</li>label=<somelabel>
filter todocker ps --filter
to filter containers based on label (#16530) -
Add
</li>--kernel-memory
flag todocker run
(#14006) -
Add
</li>--message
flag todocker import
allowing to specify an optional message (#15711) -
Add
</li>--privileged
flag todocker exec
(#14113) -
Add
</li>--stop-signal
flag todocker run
allowing to replace the container process stopping signal (#15307) -
Add a new
</li>unless-stopped
restart policy (#15348) -
Inspecting an image now returns tags (#13185)
</li> -
Add
</li>-m
/--message
flags todocker import
to set a commit message (#15711) -
Add container size information to
</li>docker inspect
(#15796) -
Add
</li>RepoTags
andRepoDigests
field to/images/{name:.*}/json
(#17275) -
Remove the deprecated
</li>/container/ps
endpoint from the API (#15972) -
Send and document correct HTTP codes for
</li>/exec/<name>/start
(#16250) -
Share shm and mqueue between containers sharing IPC namespace (#15862)
</li> -
Event stream now shows OOM status when
</li>--oom-kill-disable
is set (#16235) -
Ensure special network files (/etc/hosts etc.) are read-only if bind-mounted with
</li>ro
option (#14965) -
Improve
</li>rmi
performance (#16890) -
DEPRECATE
</li> </ul>-c
short flag variant for--cpu-shares
in docker run (#16271)Client
-
Allow
</li> </ul>docker import
to import from local files (#11907)Builder
-
Add a
</li>STOPSIGNAL
Dockerfile instruction allowing to set a different stop-signal for the container process (#15307) -
Add an
</li>ARG
Dockerfile instruction and a--build-arg
flag todocker build
that allows to add build-time environment variables (#15182) -
Improve cache miss performance (#16890)
</li> </ul>Storage
-
devicemapper: Implement deferred deletion capability (#16381)
</li> </ul>Networking
-
</li>docker network
exits experimental and is part of standard release (#16645) -
New network top-level concept, with associated subcommands and API (#16645)
</li> -
Support for multiple isolated/micro-segmented networks (#16645)
</li> -
Built-in multihost networking using VXLAN based overlay driver (#14071)
</li> -
Support for third-party network plugins (#13424)
</li> -
Ability to dynamically connect containers to multiple networks (#16645)
</li> -
Support for user-defined IP address management via pluggable IPAM drivers (#16910)
</li> -
Add daemon flags
</li>--cluster-store
and--cluster-advertise
for built-in nodes discovery (#16229) -
Add
</li>--cluster-store-opt
for setting up TLS settings (#16644) -
Add
</li> </ul>--dns-opt
to the daemon (#16031)Volumes
-
New top-level
</li>volume
subcommand and API (#14242) -
Move API volume driver settings to host-specific config (#15798)
</li> -
Print an error message if volume name is not unique (#16009)
</li> -
Ensure volumes created from Dockerfiles always use the local volume driver (#15507)
</li> -
DEPRECATE auto-creating missing host paths for bind mounts (#16349)
</li> </ul>Logging
-
Add
</li>awslogs
logging driver for Amazon CloudWatch (#15495) -
Add generic
</li>tag
log option to allow customizing container/image information passed to driver (e.g. show container names) (#15384) -
Implement the
</li>docker logs
endpoint for the journald driver (#13707) -
DEPRECATE driver-specific log tags (e.g.
</li> </ul>syslog-tag
, etc.) (#15384)Distribution
-
</li>docker search
now works with partial names (#16509) -
Push optimization: avoid buffering to file (#15493)
</li> -
The daemon will display progress for images that were already being pulled by another client (#15489)
</li> -
Only permissions required for the current action being performed are requested (#)
</li> -
Renaming trust keys (and respective environment variables) from
</li>offline
toroot
andtagging
torepository
(#16894) -
DEPRECATE trust key environment variables
</li> </ul>DOCKER_CONTENT_TRUST_OFFLINE_PASSPHRASE
andDOCKER_CONTENT_TRUST_TAGGING_PASSPHRASE
(#16894)Security
-
Add SELinux profiles to the rpm package (#15832)
</li> -
Fix various issues with AppArmor profiles provided in the deb package (#14609)
</li> -
Add AppArmor policy that prevents writing to /proc (#15571)
</li> </ul>下載
Ubuntu/Debian/CentOS/Fedora:
更多內容請看發行說明。curl -sSL https://test.docker.com/ | sh
Linux 64bit binary: https://test.docker.com/builds/Linux/x86_64/docker-1.9.0-rc2
Darwin/OSX 64bit client binary: https://test.docker.com/builds/Darwin/x86_64/docker-1.9.0-rc2
Darwin/OSX 32bit client binary: https://test.docker.com/builds/Darwin/i386/docker-1.9.0-rc2
Linux 64bit tgz: https://test.docker.com/builds/Linux/x86_64/docker-1.9.0-rc2.tgz
來自:http://www.oschina.net/news/67363/docker-1-9-0-rc2本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!
-
-
-
-
-
-
-
-