mirror of
https://github.com/Friz-zy/awesome-linux-containers.git
synced 2024-10-01 01:06:18 -04:00
add new links into containers
- https://github.com/oracle/railcar - https://github.com/containers/youki
This commit is contained in:
parent
135fe5256d
commit
1a6a9dd097
@ -157,8 +157,12 @@ Hypervisor-based (KVM, Xen, QEMU) Runtime for OCI. Security by isolation.
|
||||
Full management of container lifecycle.
|
||||
* [firecracker](https://github.com/firecracker-microvm/firecracker)
|
||||
Firecracker runs workloads in lightweight virtual machines, called microVMs, which combine the security and isolation properties provided by hardware virtualization technology with the speed and flexibility of containers.
|
||||
* [sysbox](https://github.com/nestybox/sysbox)
|
||||
* [sysbox](https://github.com/nestybox/sysbox)
|
||||
Sysbox is a "runc" that creates secure (rootless) containers / pods that run not just microservices, but most workloads that run in VMs (e.g., systemd, Docker, and Kubernetes), seamlessly.
|
||||
* [railcar](https://github.com/oracle/railcar)
|
||||
Deprecated rust implementation of the Open Containers Initiative oci-runtime.
|
||||
* [youki](https://github.com/containers/youki)
|
||||
A container runtime written in Rust.
|
||||
|
||||
## Sandboxes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user