1
0
mirror of https://github.com/opencontainers/runtime-spec.git synced 2025-04-18 20:04:01 +03:00

add systemd-nspawn to implementations.md

It's a bit awkward really, since that nspawn isn't the WHOLE repo on GitHub unlike the others...

Signed-off-by: Mingye Wang <arthur200126@gmail.com>
This commit is contained in:
Mingye Wang 2024-11-12 23:54:40 +08:00
parent 9505701eb3
commit df100de539

View File

@ -10,6 +10,7 @@ If you know of any associated projects that are not listed here, please file a p
* [containers/youki][youki] - Runtime implementation in Rust
* [opencontainers/runc][runc] - Reference implementation of OCI runtime
* [projectatomic/bwrap-oci][bwrap-oci] - Convert the OCI spec file to a command line for [bubblewrap][bubblewrap]
* [systemd/systemd][systemd] - Contains [systemd-nspawn][nspawn], runtime implementation in C (via `--oci-bundle` option since systemd v242)
## <a name="implementationsRuntimeVirtualMachine" />Runtime (Virtual Machine)
@ -30,11 +31,13 @@ If you know of any associated projects that are not listed here, please file a p
[crun]: https://github.com/containers/crun
[gvisor]: https://github.com/google/gvisor
[kata-runtime]: https://github.com/kata-containers/runtime
[nspawn]: https://www.freedesktop.org/software/systemd/man/latest/systemd-nspawn.html
[oct]: https://github.com/huawei-openlab/oct
[octool]: https://github.com/kunalkushwaha/octool
[runc]: https://github.com/opencontainers/runc
[rune]: https://github.com/alibaba/inclavare-containers
[runtime-tools]: https://github.com/opencontainers/runtime-tools
[runv]: https://github.com/hyperhq/runv
[systemd]: https://github.com/systemd/systemd
[virtcontainers]: https://github.com/containers/virtcontainers
[youki]: https://github.com/containers/youki
[youki]: https://github.com/containers/youki