sail icon indicating copy to clipboard operation
sail copied to clipboard

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

Results 55 sail issues
Sort by recently updated
recently updated
newest added

Hello community , how do i open a port for lets say the web app that im developing inside sail ?? lets say i run it using "npm run serve"...

I am trying to use hats myself, but I am having a hard time understanding the documentation. I I understand that there is supposed to be another file, but not...

urgent

I'm building a Katacoda interactive tutorial for Sail however, I encountered a strange bug where: - cd'ing to the directory causes a permission denied error, causing the command to fail...

Thoughts from https://github.com/cdr/sail/issues/220 If you want to access services out of Sail container, for example services started from your project's docker-compose.yml, services started from brew or services in your local...

How do I use docker-compose with sail ? If I have a PHP project with a PostgreSQL database, must I install the PostgreSQL database in the sail container who contains...

2019-06-05 10:13:11 ERROR build run failed: failed to run container: failed to create container: Error response from daemon: invalid mount config for type "bind": bind source path does not exist:...

bug

I want to add customized "open in Sail" button in my project management system and the developers just click the button to open project with Sail support. Is it possible...

urgent

I have a very simple .sail/Dockerfile in my project: ``` FROM codercom/ubuntu-dev:latest ``` But when I run sail, I get permission denied on code-server. ``` > sudo sail run --ssh...