Hyper 0.5 发布,基于Hypervisor的Docker引擎
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, nowvirsh
will show Hyper VMs.Built-in service discovery in Pod
New
hyper logs
command to retrieve container logsIntegration 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
orexec
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 outputSupport 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).