Merge pull request #537 from amshinde/add-instruction-pull-image

shimv2: Add instruction to pull image first
This commit is contained in:
Graham Whaley
2019-08-21 09:13:02 +01:00
committed by GitHub

View File

@@ -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
```