add new links into containers

- https://github.com/oracle/railcar
- https://github.com/containers/youki
This commit is contained in:
Filipp Frizzy 2021-08-27 18:47:42 +03:00 committed by GitHub
parent 135fe5256d
commit 1a6a9dd097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,6 +159,10 @@ Full management of container lifecycle.
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 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