mirror of
https://github.com/opencontainers/runtime-spec.git
synced 2026-02-05 09:45:57 +01:00
implementations.md: fix repository for crun
crun was moved from github.com/giuseppe/crun to github.com/containers/crun. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@@ -7,7 +7,7 @@ If you know of any associated projects that are not listed here, please file a p
|
||||
|
||||
* [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]
|
||||
* [giuseppe/crun][crun] - Runtime implementation in C
|
||||
* [containers/crun][crun] - Runtime implementation in C
|
||||
|
||||
## <a name="implementationsRuntimeVirtualMachine" />Runtime (Virtual Machine)
|
||||
|
||||
@@ -33,5 +33,5 @@ If you know of any associated projects that are not listed here, please file a p
|
||||
[runtime-tools]: https://github.com/opencontainers/runtime-tools
|
||||
[bwrap-oci]: https://github.com/projectatomic/bwrap-oci
|
||||
[bubblewrap]: https://github.com/projectatomic/bubblewrap
|
||||
[crun]: https://github.com/giuseppe/crun
|
||||
[crun]: https://github.com/containers/crun
|
||||
[gvisor]: https://github.com/google/gvisor
|
||||
|
||||
Reference in New Issue
Block a user