Replace ctrcri with ctr cri.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2018-03-15 23:22:00 +00:00
parent 62d1f13217
commit 7e67d96b9b
8 changed files with 35 additions and 248 deletions

View File

@@ -54,7 +54,7 @@ $ docker save k8s.gcr.io/pause-amd64:3.1 -o pause.tar
```
Then load the container image into the container runtime:
```console
$ sudo ctrcri load pause.tar
$ sudo ctr cri load pause.tar
Loaded image: k8s.gcr.io/pause-amd64:3.1
```
List images and inspect the pause image: