Skip to content

Commit df100de

Browse files
committed
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 <[email protected]>
1 parent 9505701 commit df100de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

implementations.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ If you know of any associated projects that are not listed here, please file a p
1010
* [containers/youki][youki] - Runtime implementation in Rust
1111
* [opencontainers/runc][runc] - Reference implementation of OCI runtime
1212
* [projectatomic/bwrap-oci][bwrap-oci] - Convert the OCI spec file to a command line for [bubblewrap][bubblewrap]
13+
* [systemd/systemd][systemd] - Contains [systemd-nspawn][nspawn], runtime implementation in C (via `--oci-bundle` option since systemd v242)
1314

1415
## <a name="implementationsRuntimeVirtualMachine" />Runtime (Virtual Machine)
1516

@@ -30,11 +31,13 @@ If you know of any associated projects that are not listed here, please file a p
3031
[crun]: https://github.com/containers/crun
3132
[gvisor]: https://github.com/google/gvisor
3233
[kata-runtime]: https://github.com/kata-containers/runtime
34+
[nspawn]: https://www.freedesktop.org/software/systemd/man/latest/systemd-nspawn.html
3335
[oct]: https://github.com/huawei-openlab/oct
3436
[octool]: https://github.com/kunalkushwaha/octool
3537
[runc]: https://github.com/opencontainers/runc
3638
[rune]: https://github.com/alibaba/inclavare-containers
3739
[runtime-tools]: https://github.com/opencontainers/runtime-tools
3840
[runv]: https://github.com/hyperhq/runv
41+
[systemd]: https://github.com/systemd/systemd
3942
[virtcontainers]: https://github.com/containers/virtcontainers
40-
[youki]: https://github.com/containers/youki
43+
[youki]: https://github.com/containers/youki

0 commit comments

Comments
 (0)