hyperd

HyperContainer Daemon

  • 所有者: hyperhq/hyperd
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Build Status

HyperContainer - Hypervisor-agnostic Docker Runtime

This repo contains two parts: the daemon of HyperContainer hyperd and the CLIhyperctl.

What is HyperContainer?

HyperContainer is a hypervisor-agnostic technology that allows you to run Docker images on plain hypervisor.

Why HyperContainer?


HyperContainer combines the best from both worlds: VM and Container., -, Container, VM, HyperContainer, ---, ---, ---, ---, Isolation, Weak, shared kernel, Strong, HW-enforced, Strong, HW-enforced, Portable, Yes, but kernel dependent sometimes, No, hypervisor dependent, Yes, hypervisor agnostic and portable image, Boot, Fast, sub-second, Slow, tens of seconds, Fast, sub-second, Performance, Great, OK, Good, minimal resource footprint and overhead, Immutable, Yes, No, configuration management required, Yes, only kernel+image, Image Size, Small, MBs, Big, GBs, Small, MBs, Compatibility, No, need new tools, Great, everything just works, Good, it is still a "Machine", much less changes, Mature, Not yet, Production ready, SDN, SDS, LiveMigration, etc., Yes, just plug-&-play, ROI, Rebuild everything with container, -, Reuse your virtual infrastructure, > *BYOK = bring your own kernel

Requirements

  • QEMU 2.0 or later (QEMU 2.6 or later for ARM64 Architecture)
  • Xen 4.5 and VT enabled host (for Xen support)

Installation

Ensure you are running Linux (kernel 3.8 or later) and have QEMU (version 2.0 or later) installed.
Then download the binaries and install them (hyper-container and hyperstart) directly.

For the detail of installation, please refer to the documents.

For information on using the command line, just type hyperctl. You may use
hyperctl <command> --help for detailed information on any specific command.

Build From Source

Clone hyperd in GoPath

> mkdir -p ${GOPATH}/src/github.com/hyperhq
> cd ${GOPATH}/src/github.com/hyperhq
> git clone https://github.com/hyperhq/hyperd.git hyperd

And make sure you have go (>= 1.7) , device-mapper-devel, and autotools, go into the hyperd dir

> ./autogen.sh
> ./configure
> make

Then you can find the binaries hyperd daemon and hyperctl cmdline tool in current directory. Before running those commands, a config file needs to be placed at /etc/hyper/config directory, and you can find a sample under ${TOP}/package/dist/etc/hyper/config. Kernel and Initrd are required for starting the hyperd daemon, you can find those files from HyperStart project.

Find out more

Contact Us

Found a bug, want to suggest a feature, or have a question?
File an issue. When reporting a bug, please include which version of hyperd you are running, as shown by hyperctl --version.

主要指标

概览
名称与所有者hyperhq/hyperd
主编程语言Go
编程语言Go (语言数: 5)
平台
许可证Apache License 2.0
所有者活动
创建于2015-05-25 06:26:27
推送于2018-11-29 08:14:19
最后一次提交2018-11-29 16:14:18
发布数14
最新版本名称v1.1.0 (发布于 )
第一版名称v0.1 (发布于 2015-05-29 23:51:10)
用户参与
星数2k
关注者数90
派生数193
提交数1.2k
已启用问题?
问题数287
打开的问题数49
拉请求数408
打开的拉请求数1
关闭的拉请求数53
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?