coder / sail

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

Home Page:https://sail.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sail give me a wrong port by docker port map

abserari opened this issue · comments

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

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