sail
sail copied to clipboard
ERROR failed to wait for project to be online: container cdr_sail not running
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
Opening the chrome extension results in an fatal error as well.
I'm experiencing the same thing
$ sail version
v1.1.0
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
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...