We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c31509 commit ee171acCopy full SHA for ee171ac
content/en/docs/tutorials/security/seccomp.md
@@ -40,7 +40,8 @@ In order to complete all steps in this tutorial, you must install
40
[kind](/docs/tasks/tools/#kind) and [kubectl](/docs/tasks/tools/#kubectl).
41
42
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
+[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
45
[Podman](https://podman.io/) but in that case, you would have to follow specific
46
[instructions](https://kind.sigs.k8s.io/docs/user/rootless/) in order to complete the tasks
47
successfully.
0 commit comments