coder / sail

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

sail give me a wrong port by docker port map #204

Closed abserari closed 5 years ago

abserari commented 5 years ago

i run sail run cdr/sshcode and it works until give me a message

   2019-05-25 16:09:23 INFO please visit http://127.0.0.1:59910

and I can't visit it until i run docker ps and get correct port

      a42a5b5a5eaf        cdr_sshcode                 "bash -c 'set -euxo …"   25 seconds ago      Up 20 seconds       127.0.0.1:32772->8443/tcp           cdr_sshcode

ok ,I can use vscode on sshcode resposity on 127.0.0.1:32772

deansheather commented 5 years ago

I'm unable to reproduce this on my machine, could you check if it's still happening on the latest version?