|
I generally want a “virgin” state every time I start a VM. |
Answered by
fkorotkov
Nov 20, 2024
Replies: 1 comment 1 reply
|
If you have a remote VM pulled (let's say
|
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 foowill override foo if it exists. Will that work for your use case?