-
Hi, I am trying to pull image from my local registry using this command:
I expect image is pulled from registry and saved as "local-vm-name" so I can see it when type
Looks like argument which specify local name is not supported which also indicates help for pull command:
My version is 0.20.1 Can you please tell me if this is bug? |
Beta Was this translation helpful? Give feedback.
Answered by
edigaryev
Aug 25, 2022
Replies: 1 comment 2 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
pavellety
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
tart clone
if you want to pull and clone the image in a single step.