Open wpcarro opened 5 years ago
The run-docker.sh
script uses the SSH_AUTH_SOCK to forward ssh authentication to the container. The error you get dirname: missing operand
, probably is caused by SSH_AUTH_SOCK not being set.
I use ssh-agent
to expose this in my terminal (e.g. https://kb.iu.edu/d/aeww )
I am not sure about the message about google-chrome-stable being unavailable. I tried rebuilding the container from scratch, and did not see that issue.
Hey. Thanks for making this. Sounds really promising to have a playpen for ReasonML development. I'm getting an error when I run
run-docker.sh
, which unfortunately is preventing me from using this.Anyone else seeing the same?