diff --git a/how-to/containerd-kata.md b/how-to/containerd-kata.md index 8c6f607b01..1ed1db3e15 100644 --- a/how-to/containerd-kata.md +++ b/how-to/containerd-kata.md @@ -326,6 +326,7 @@ debug: true To run a container with Kata Containers through the containerd command line, you can run the following: ```bash +$ sudo ctr image pull docker.io/library/busybox:latest $ sudo ctr run --runtime io.containerd.run.kata.v2 -t --rm docker.io/library/busybox:latest hello sh ```