Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
The tiny Init service for HyperContainer
Branch: master
Clone or download
Pull request Compare This branch is 14 commits behind hyperhq:master.
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
build
data
hack
src
.gitignore
.travis.yml
LICENSE
Makefile.am
NOTICE
README.md
autogen.sh
configure.ac remove compile option --with-aarch64 Oct 20, 2017

README.md

The init Task for HyperContainer

You can get the binary installer of HyperContainer and HyperStart through The Hyper Page

Build from source

clone this repo, and make sure you have build-essential and autoconf installed. Go into the working copy and

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

Then you can find hyper-initrd.img in the build directory, together with a pre-built kernel.

If you want to run hyperstart with 64-bit ARM architecture, please reconfigure with flag --with-aarch64,

> ./configure --with-aarch64
> make
You can’t perform that action at this time.