mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-05 07:24:20 +01:00
Merge pull request #537 from amshinde/add-instruction-pull-image
shimv2: Add instruction to pull image first
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user