sail
sail copied to clipboard
Deprecated: Instant, pre-configured VS Code development environments.
Currently, there is a GitHub SDK within the code. If there is no `.sail/Dockerfile`, the base `codercom/ubuntu-dev` image should be used.
I work on a lot of repos, so stopping the container and rebuilding is a huge waste of time. How can I stop the docker instance and spin it back...
I was trying to reload the browser to get an extension to work (go tools). It rebuilt the container, so I now have to install them again. Just curious what...
When going through the docker example in the docs, I am unable to set the user permissions properly. I have tried `RUN sudo usermod -a -G docker $(whoami)`, but... that...
When using my laptop, the chrome app window does not show. I am able to visit the URL, but it is more of a convenience feature to have the app...
I frequently open `lib/vscode` within code-server. Maybe ``` sail run codercom/code-server lib/vscode ```
Not sure if we should force deletion of an image. When running tests, I receive this error: 
I am looking to add a share to my project. How would I go about evaluating `dirname $SSH_AUTH_SOCK` before adding it to the share?
Instead of storing projects at `~/Projects/cdr/code-server`, we should also separate them by host like `~/Projects/github.com/cdr/code-server` so multiple projects don't overlap