coder / sail

Deprecated: Instant, pre-configured VS Code development environments.
https://sail.dev
MIT License
627 stars 36 forks source link

Rename `--rm` to `--rebuild` #182

Closed teddy-codes closed 5 years ago

teddy-codes commented 5 years ago

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?

nathanpotter commented 5 years ago

sail run --rm <org/repo> should do what you want. It first removes the original container and then builds it fresh

teddy-codes commented 5 years ago

Ah, thought that just removed the image after exiting (that would be useful)

teddy-codes commented 5 years ago

What are your thoughts on a rename?

nathanpotter commented 5 years ago

Yeah I think a rename makes sense