All Projects → hyperhq → Hyperstart

hyperhq / Hyperstart

Licence: apache-2.0
The tiny Init service for HyperContainer

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Hyperstart

Vm
💻☁📦 The (official) Nextcloud VM (virtual machine appliance), Home/SME Server and scripts for RPi (4).
Stars: ✭ 716 (+430.37%)
Mutual labels:  hyper, hypervisor
Frakti
The hypervisor-based container runtime for Kubernetes.
Stars: ✭ 630 (+366.67%)
Mutual labels:  containers, hypervisor
Hyperd
HyperContainer Daemon
Stars: ✭ 1,980 (+1366.67%)
Mutual labels:  containers, hypervisor
Runv
Hypervisor-based Runtime for OCI
Stars: ✭ 798 (+491.11%)
Mutual labels:  containers, hypervisor
Ops
Tools&scripts for daily devops.
Stars: ✭ 128 (-5.19%)
Mutual labels:  containers
Private Tor Network
Run an isolated instance of a tor network in Docker containers
Stars: ✭ 125 (-7.41%)
Mutual labels:  containers
Sarek
Detect germline or somatic variants from normal or tumour/normal whole-genome or targeted sequencing
Stars: ✭ 124 (-8.15%)
Mutual labels:  containers
Go2seccomp
Generate seccomp profiles from go binaries
Stars: ✭ 122 (-9.63%)
Mutual labels:  containers
Dockerfiles
Almost all of these live on dockerhub under jess. Because you cannot use notary with autobuilds on dockerhub I also build these continuously on a private registry at r.j3ss.co for public download. (You're welcome.)
Stars: ✭ 12,213 (+8946.67%)
Mutual labels:  containers
Ns Process
Code to accompany the "Namespaces in Go" series of articles.
Stars: ✭ 132 (-2.22%)
Mutual labels:  containers
Linuxdeploy Cli
Linux Deploy CLI
Stars: ✭ 127 (-5.93%)
Mutual labels:  containers
Jib
🏗 Build container images for your Java applications.
Stars: ✭ 11,370 (+8322.22%)
Mutual labels:  containers
Cwl Airflow
Python package to extend Airflow functionality with CWL1.1 support
Stars: ✭ 130 (-3.7%)
Mutual labels:  containers
Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (-7.41%)
Mutual labels:  containers
St2 Docker
StackStorm docker-compose deployment
Stars: ✭ 133 (-1.48%)
Mutual labels:  containers
Training
Container, Monitoring & Logging, Cloud & DevOps Tutorials and Labs
Stars: ✭ 121 (-10.37%)
Mutual labels:  containers
Ckube
A cli to simplify working with kubectl for some common workflows
Stars: ✭ 127 (-5.93%)
Mutual labels:  containers
Hyper Tls
Stars: ✭ 131 (-2.96%)
Mutual labels:  hyper
Hivedscheduler
Kubernetes Scheduler for Deep Learning
Stars: ✭ 126 (-6.67%)
Mutual labels:  containers
Kubler
A generic, extendable build orchestrator.
Stars: ✭ 126 (-6.67%)
Mutual labels:  containers

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].