内容简介:LXD 2.17 版本发布了,LXD 是 LXC 的 REST API、命令行工具和 OpenStack 集成插件。该版本主要更新内容如下: New features: Add support for specifying the ceph user (using the “ceph.user.name” property...
LXD 2.17 版本发布了,LXD 是 LXC 的 REST API、命令行 工具 和 OpenStack 集成插件。该版本主要更新内容如下:
New features:
Add support for specifying the ceph user (using the “ceph.user.name” property)
Implement “instance types” as an easy way to specify limits (e.g. “lxc launch ubuntu:16.04 -t t2.micro”)
Add a new “lxc query” command as a low level query tool for the LXD API (similar to curl but with LXD knowledge)
Filesystem ACLs are now rewritten when the container changes uid/gid map
LXD now supports using binary deltas when refreshing daily images
“lxc image info” now shows whether an image was automatically cached by LXD
Bugfixes:
client: Cleanup code duplication in image download function
client: Remove deprecated client code
client: Simplify ConnectPublicLXD logic
doc: Add storage documentation for volatile.pool.pristine
doc: Add the volatile.initial_source key
doc: Fix bad JSON in rest-api.md (Issue #3654)
……
完整内容请查看发行说明。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 容器镜像仓库 Harbor 发布 2.0 版本
- Kubernetes 1.7.4 版本发布 ,容器集群管理系统
- 容器镜像仓库 Harbor 发布 v1.2 GA版本
- Kubernetes 1.7.6 版本发布,容器集群管理系统
- SOFAArk 发布 v1.0.0 版本 | 蚂蚁金服开源类隔离容器
- SOFAArk 发布 v1.0.0 版本 | 蚂蚁金服开源类隔离容器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
JavaScript设计模式
Ross Harmes、Dustin Diaz / 谢廷晟 / 人民邮电出版社 / 2008 / 45.00元
本书共有两部分。第一部分给出了实现具体设计模式所需要的面向对象特性的基础知识,主要包括接口、封装和信息隐藏、继承、单体模式等内容。第二部分则专注于各种具体的设计模式及其在JavaScript语言中的应用,主要介绍了工厂模式、桥接模式、组合模式、门面模式等几种常见的模式。为了让每一章中的示例都尽可能地贴近实际应用,书中同时列举了一些JavaScript 程序员最常见的任务,然后运用设计模式使其解决方......一起来看看 《JavaScript设计模式》 这本书的介绍吧!