Skip to content

Commit

Permalink
Improved the wording for Kata containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasamant25 committed Mar 6, 2024
1 parent c9ee774 commit 5b06481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/security/multi-tenancy.md
Expand Up @@ -291,7 +291,7 @@ sandboxing implementations are available:

* [gVisor](https://gvisor.dev/) intercepts syscalls from containers and runs them through a
userspace kernel, written in Go, with limited access to the underlying host.
* [Kata Containers](https://katacontainers.io/) is an OCI compliant runtime that allows you to run
* [Kata Containers](https://katacontainers.io/) provide a secure container runtime that allows you to run
containers in a VM. The hardware virtualization available in Kata offers an added layer of
security for containers running untrusted code.

Expand Down

0 comments on commit 5b06481

Please sign in to comment.