hyperstart icon indicating copy to clipboard operation
hyperstart copied to clipboard

The tiny Init service for HyperContainer

Results 18 hyperstart issues
Sort by recently updated
recently updated
newest added

hyperstart uses devtmpfs for containers' /dev, but devtmpfs is the singleton in the whole system, it is shared with all the containers and the rest of the system. we can...

enhancement

Although vm is strong isolation, but capabilities might be still need for some other cases...

don't over mount on /etc/hostname when run container for docker, since docker provides and is keeping updating this file. Problem1: how to distinguish whether /etc/hostname ? Problem2: hyperstart should be...

Test log at http://ci.hypercontainer.io:8080/job/hyperd-auto/436/consoleFull hyperstart got HUP event resulting container to stop. The source of HUP event needs further investigation.

Signed-off-by: Lai Jiangshan

don't use the host /lib64/libc.so the build system should ensure every one creates the initrd with the same libs.

Current streams are multiplexed and sent/received via the serial port (named: "sh.hyper.channel.1") And the format for multiplexing is: ``` /* * stream message format * | stream sequence | length...