-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crictl not support load images? #546
Comments
@prodanlabs right, load image is not part of CRI. |
how to solve ? |
@mrshengzyzy load images is part of CRI API, hence it won't be supported. |
sorry but your answer is really hard to understand without already knowing the answer. Then answer is, that there is an additional tool called Command:
Nice writeup: https://blog.scottlowe.org/2020/01/25/manually-loading-container-images-with-containerd/ Hint, if you are using containerd with kubernetes, there are 2 additional pitfalls:
|
I have the same issue, and the
|
I use skopeo for load/save operations on cri-o. # Saving
skopeo copy containers-storage:docker.io/weaveworks/weave-npc:2.8.1 dir:image-output-dir
# Loading
skopeo copy dir:image-output-dir containers-storage:docker.io/weaveworks/weave-npc:2.8.1 |
How to configure the podman as the runtime with cri-o daemon? |
So obvious ... as But was missing from this issue which was pointing in the direction of Thanks! |
I don't see the command for load or tag
The text was updated successfully, but these errors were encountered: