Skip to content

Equivalent of docker run --delete (starts the VM clean each time) #955

Answered by fkorotkov
mxcl asked this question in Q&A
Discussion options

You must be logged in to vote

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 && tart run foo

tart clone ghcr.io/bar/foo foo will override foo if it exists. Will that work for your use case?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mxcl
Comment options

Answer selected by mxcl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants