clearlinux/hyperstart

Name: hyperstart

Owner: Clear Linux* Project for Intel Architecture

Description: The tiny Init service for HyperContainer

Forked from: hyperhq/hyperstart

Created: 2016-10-04 13:49:38.0

Updated: 2017-11-17 08:52:00.0

Pushed: 2016-11-14 22:33:10.0

Homepage: https://www.hypercontainer.io

Size: 47088

Language: C

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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-essentials 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

If you want to get the boot disk file for VirtualBox, please reconfigure with flag –with-vbox,

> ./configure --with-vbox
> make

Then you can find hyper-vbox-bootimage.iso in the build directory. Booting from this iso will bring you to the hyper world.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.