发布于 2016-02-06 06:21:24 | 114 次阅读 | 评论: 0 | 来源: 网友投递
Hyper 基于Hypervisor的Docker引擎
Hyper 是一种 App-Centric 的虚拟化技术,我们完全摒弃了传统虚机上必须和物理机一样,运行一个完整 OS 这种看似显然的假设,我们让Docker Image 直接运行在 Hypervisor 上。我们让一组容器直接启动在 hypervisor 上的时间达到 350 毫秒,并且还在进一步优化。而且所有这些,都是“开箱即得的”。
Hyper 0.5 发布,该版本中 Hyper 和 runV 都引入很多新特性,提升了稳定性,修复了不少 bug。
Optimized the run
command, for example, now you can use -t
flag for tty. more flags definition could reference the run command.
Support libvirt
for pod management, now virsh
will show Hyper VMs.
Built-in service discovery in Pod
New hyper logs
command to retrieve container logs
Integration with Openstack Cinder (Ceph), Neutron
Add storage driver configuration
Improve file insert, now you can insert files from either remote or local machine by specifying the URI
Hyper CLI now returns the exit value of the process when run
or exec
exit.
Generate default /etc/hosts
and /etc/resolv.conf
for the user if no hosts or DNS configured.
Improve list
command, now you can filter the output
Support registry mirror and insecure registry options
Build RPM packages for CentOS and Fedora with Hyper
Add integration test suite
Many stability improvements and bug fixes.
详情请看: (http://hyper.sh).