core icon indicating copy to clipboard operation
core copied to clipboard

[BUG] 使用 docker 方式安装后无法安装插件

Open hjue opened this issue 2 years ago • 2 comments

使用 docker 方式安装后无法安装插件

复现路径(To Reproduce)

  1. 使用 docker 方式安装 sumi,docker run --rm -d -p 8080:8000/tcp ...
  2. 通过 web 访问 ip:8080
  3. 选择镜像市场,安装 python 插件

问题截图(Screenshots) image

打开chrome dev-tools,网络中有访问主机:8899端口,而 docker 启动命令中并未映射8899端口

hjue avatar Jun 30 '22 03:06 hjue

@Aaaaash 帮忙看下,看起来是 docker 内没有启动 webview server

erha19 avatar Jul 01 '22 04:07 erha19

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.

stale[bot] avatar Oct 12 '22 18:10 stale[bot]

fixed by https://github.com/opensumi/ide-startup/pull/54.

原因是 Docker 运行下将 Webview 端口进行了代理,需要额外适配。

erha19 avatar Jan 12 '23 02:01 erha19