设为首页 收藏本站
查看: 976|回复: 0

[软件发布] Docker 1.8.0 RC2 发布,Linux 容器引擎

[复制链接]

尚未签到

发表于 2015-8-18 10:46:40 | 显示全部楼层 |阅读模式
欢迎加入运维网交流群:263444886   DSC0000.jpg
DSC0001.png   Docker 1.8.0 RC2 发布,这是第二个 RC 版本。

  下载:
  RPMs/DEBs: curl -sSL https://test.docker.com | sh
Linux 64bit binary: https://test.docker.com/builds/Linux/x86_64/docker-1.8.0-rc2
Darwin/OSX 64bit client binary: https://test.docker.com/builds/Darwin/x86_64/docker-1.8.0-rc2
Darwin/OSX 32bit client binary: https://test.docker.com/builds/Darwin/i386/docker-1.8.0-rc2
Linux 64bit tgz: https://test.docker.com/builds/Linux/x86_64/docker-1.8.0-rc2.tgz
Windows 64bit client binary: https://test.docker.com/builds/Windows/x86_64/docker-1.8.0-rc2.exe
Windows 32bit client binary: https://test.docker.com/builds/Windows/i386/docker-1.8.0-rc2.exe
  Docker 1.8 更新内容:
Distribution

  •   Trusted pull, push and build, disabled by default
  •   Make tar layers deterministic between registries
  •   Don't allow deleting the image of running containers
  •   Check if a tag name to load is a valid digest
  •   Allow one character repository names
  •   Add a more accurate error description for invalid tag name
  •   Make build cache ignore mtime
Cli

  •   Add support for DOCKER_CONFIG/--config to specify config file dir
  •   Add --type flag  for docker inspect command
  •   Add formatting options to docker ps with --format
  •   Replace docker -d with new subcommand docker daemon
  •   Zsh completion updates and improvements
  •   Add some missing events to bash completion
  •   Support daemon urls with base paths in docker -H
  •   Validate status= filter to docker ps
  •   Display when a container is in --net=host in docker ps
  •   Extend docker inspect to export image metadata related to graph driver
  •   Restore --default-gateway{,-v6} daemon options
  •   Add missing unpublished ports in docker ps
  •   Allow duration strings in docker events as --since/--until
  •   Expose more mounts information in docker inspect
Runtime

  •   Add new Fluentd logging driver
  •   Allow docker import to load from local files
  •   Add logging driver for GELF via UDP
  •   Allow to copy files from host to containers with docker cp
  •   Promote volume drivers from experimental to master
  •   Add rollover log driver, and --log-driver-opts flag
  •   Add memory swappiness tuning options
  •   Remove cgroup read-only flag when privileged
  •   Make /proc, /sys, & /dev readonly for readonly containers
  •   Add cgroup bind mount by default
  •   Overlay: Export metadata for container and image in docker inspect
  •   Devicemapper: external device activation
  •   Devicemapper: Compare uuid of base device on startup
  •   Remove RC4 from the list of registry cipher suites
  •   Add syslog-facility option
  •   LXC execdriver compatibility with recent LXC versions
Plugins

  •   Separate plugin sockets and specs locations
  •   Allow TLS connections to plugins
Bug fixes

  •   Add missing 'Names' field to /containers/json API output
  •   Make docker rmi --dangling safe when pulling
  •   Devicemapper: Change default basesize to 100G
  •   Go Scheduler issue with sync.Mutex and gcc
  •   Fix issue where Search API endpoint would panic due to empty AuthConfig
  •   Set image canonical names correctly
  •   Check dockerinit only if lxc driver is used
  •   Fix ulimit usage of nproc
  •   Always attach STDIN if -i,--interactive is specified
  •   Show error messages when saving container state fails
  •   Fixed incorrect assumption on --bridge=none treated as disable network
  •   Check for invalid port specifications in host configuration
  •   Fix endpoint leave failure for --net=host mode
  •   Fix goroutine leak in the stats API if the container is not running
  •   Check for apparmor file before reading it
  •   Fix DOCKER_TLS_VERIFY being ignored
  •   Set umask to the default on startup
  •   Correct the message of pause and unpause a non-running container
  •   Adjust disallowed CpuShares in container creation
  •   ZFS: correctly apply selinux context
  •   Display empty string instead of  when IP opt is nil
  •   docker kill returns error when container is not running
  •   Fix COPY/ADD quoted/json form
  •   Fix goroutine leak on logs -f with no output
  •   Remove panic in nat package on invalid hostport
  •   Fix container linking in Fedora 22
  •   Fix error caused using default gateways outside of the allocated range
  •   Format times in inspect command with a template as RFC3339Nano
  •   Make registry client to accept 2xx and 3xx http status responses as successful
  更多内容请看更新日志。

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.iyunv.com/thread-100621-1-1.html 上篇帖子: React Devtools Beta 发布,React 的浏览器插件 下篇帖子: io.js 3.0.0 RC7 发布下载,服务器引擎
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表