-
I generally want a “virgin” state every time I start a VM. |
Beta Was this translation helpful? Give feedback.
Answered by
fkorotkov
Nov 20, 2024
Replies: 1 comment 1 reply
-
If you have a remote VM pulled (let's say
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mxcl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have a remote VM pulled (let's say
tart pull ghcr.io/bar/foo
), then you can do:tart clone ghcr.io/bar/foo foo
will override foo if it exists. Will that work for your use case?