Skip to content

Commit ee171ac

Browse files
committed
Fix runtime sentence
1 parent 2c31509 commit ee171ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/tutorials/security/seccomp.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ In order to complete all steps in this tutorial, you must install
4040
[kind](/docs/tasks/tools/#kind) and [kubectl](/docs/tasks/tools/#kubectl).
4141

4242
The commands used in the tutorial assume that you are using
43-
[Docker](https://www.docker.com/) as your container runtime. You could also use
43+
[Docker](https://www.docker.com/) as your container runtime. (The cluster that `kind` creates may
44+
use a different container runtime internally). You could also use
4445
[Podman](https://podman.io/) but in that case, you would have to follow specific
4546
[instructions](https://kind.sigs.k8s.io/docs/user/rootless/) in order to complete the tasks
4647
successfully.

0 commit comments

Comments
 (0)