coder / sail

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

ERROR failed to wait for project to be online: container cdr_sail not running #269

Open kunwarsahni01 opened 4 years ago

kunwarsahni01 commented 4 years ago

On OSX 10.15.3 I have just installed sail and after attempting to run sail run cdr/sail I get this:

2020-03-20 15:57:51 ERROR   failed to wait for project to be online: container cdr_sail not running
+ cd /home/user/go/src/go.coder.com/sail
+ sudo chown user:user /home/user/.vscode
+ code-server --host 0.0.0.0 --port 8443 --data-dir /home/user/.config/Code --extensions-dir /home/user/.vscode/host-extensions --extra-extensions-dir /home/user/.vscode/extensions --allow-http --no-auth
+ tee /tmp/code-server.log
/lib/ld-linux-aarch64.so.1: No such file or directory
2020-03-20 15:57:52 ERROR   build run failed: container cdr_sail not running
kunwarsahni01 commented 4 years ago

Opening the chrome extension results in an fatal error as well.

Screen Shot 2020-03-20 at 4 01 22 PM
ghost commented 4 years ago

I'm experiencing the same thing

$ sail version
v1.1.0
skymeyer commented 4 years ago

Reproducible for both situations using sail run and the error message when trying with the extension.

OSX 10.14.6
Chrome 80.0
Docker Desktop 2.2.0.4
Docker 19.03.8
chafey commented 4 years ago

I ran into a similar issue #270 and I think this may be caused by the code-server dependency which just moved to a new major version 3.0. I tried building and running the latest version of sail, but it still doesn't work. This looks like a promising project, but the lack of backwards compatibility, testing and responsiveness to this is concerning...