Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Use ctr images import. #1134

Merged
merged 1 commit into from
Apr 16, 2019
Merged

Conversation

Random-Liu
Copy link
Member

@Random-Liu Random-Liu commented Apr 12, 2019

For #909.

I've validated ctr images import, I think it should work for us.

Signed-off-by: Lantao Liu lantaol@google.com

@Random-Liu Random-Liu added this to the v1.3 milestone Apr 12, 2019
Copy link
Member

@mikebrow mikebrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comment

@@ -54,7 +54,7 @@ $ docker save k8s.gcr.io/pause-amd64:3.1 -o pause.tar
Then use [`ctr`](https://github.com/containerd/containerd/blob/master/docs/man/ctr.1.md)
to load the container image into the container runtime:
```console
$ sudo ctr cri load pause.tar
$ sudo ctr -n=k8s.io images import pause.tar
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should discuss/mention what the namespace is all about if using here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Signed-off-by: Lantao Liu <lantaol@google.com>
Copy link
Member

@mikebrow mikebrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/LGTM

@Random-Liu Random-Liu merged commit f207148 into containerd:master Apr 16, 2019
@Random-Liu Random-Liu deleted the use-ctr-import branch April 16, 2019 19:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants