hyper

command module
v0.0.0-...-4e23969 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2015 License: Apache-2.0 Imports: 10 Imported by: 0

README

Hyper - Hypervisor-agnostic Docker Runtime

What is Hyper?

Hyper is a hypervisor-agnostic tool that allows you to run Docker images on any hypervisor.

Why Hyper?


Hyper combines the best from both world: VM and Container.

- Container VM Hyper
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

  • Docker 1.5 or later
  • QEMU 2.0 or later

Installation

Ensure you are running Linux (kernel 3.8 or later) and have Docker (version 1.5 or later) and QEMU (version 2.0 or later) installed. Then install hyper with

curl -sSL https://hyper.sh/install | bash

Or download the binary tarball and install it directly.

To run hyper, just type hyper if you've installed packages.

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

Example

Build From Source

Clone hyper in GoPath

> cd ${GOPATH}/src
> git clone https://github.com/hyperhq/hyper.git hyper

Makesure some dependency go packages installed

> cd hyper
> ./make_deps.sh

And got hyper binaries with go build

> go build hyperd.go
> go build hyper.go

You may also need the kernel and initrd from HyperStart to run your own hyper.

Find out more

Contact Us

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Build this with the docker configuration
Build this with the docker configuration
lib
glog
Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
goconfig
Package goconfig is a fully functional and comments-support configuration file(.ini) parser.
Package goconfig is a fully functional and comments-support configuration file(.ini) parser.
telnet
Package telnet provides simple interface for interacting with Telnet connection.
Package telnet provides simple interface for interacting with Telnet connection.
yaml
Package yaml implements YAML support for the Go language.
Package yaml implements YAML support for the Go language.
storage

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL