Closed teddy-codes closed 5 years ago
sail run --rm <org/repo>
should do what you want. It first removes the original container and then builds it fresh
Ah, thought that just removed the image after exiting (that would be useful)
What are your thoughts on a rename?
Yeah I think a rename makes sense
I often find myself wanted to change the image in some way, but often times are unable to get to the source (within code-server) to rebuild.
As a current work around, I have to
sail rm org/repo
and then run it again. Do you guys thing that adding a rebuild is worth it?