core
core copied to clipboard
[BUG] 使用 docker 方式安装后无法安装插件
使用 docker 方式安装后无法安装插件
复现路径(To Reproduce)
- 使用 docker 方式安装 sumi,docker run --rm -d -p 8080:8000/tcp ...
- 通过 web 访问 ip:8080
- 选择镜像市场,安装 python 插件
问题截图(Screenshots)
打开chrome dev-tools,网络中有访问主机:8899端口,而 docker 启动命令中并未映射8899端口
@Aaaaash 帮忙看下,看起来是 docker 内没有启动 webview server
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
fixed by https://github.com/opensumi/ide-startup/pull/54.
原因是 Docker 运行下将 Webview 端口进行了代理,需要额外适配。