coder / sail

Deprecated: Instant, pre-configured VS Code development environments.

Home Page:https://sail.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename `--rm` to `--rebuild`

teddy-codes opened this issue · comments

commented

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?

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

commented

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

commented

What are your thoughts on a rename?

Yeah I think a rename makes sense