你如何在 Theia 的网络终端中 运行 作为 sudo
How do you run as sudo in the web terminal in Theia
你如何在 Theia 的网络终端中 运行 root ?
只想更新 golang - 另一种方法是 update/copy Dockerfile:https://github.com/theia-ide/theia-apps/blob/master/theia-go-docker/Dockerfile
但是在终端中以 root 身份 运行 会更好!
删除 RUN adduser...
和 USER theia
。顺便说一句,现在有一个更好的图像支持 go vscode 扩展:https://github.com/theia-ide/theia-apps/pull/146 所以你甚至可以调试 Go。
你如何在 Theia 的网络终端中 运行 root ?
只想更新 golang - 另一种方法是 update/copy Dockerfile:https://github.com/theia-ide/theia-apps/blob/master/theia-go-docker/Dockerfile
但是在终端中以 root 身份 运行 会更好!
删除 RUN adduser...
和 USER theia
。顺便说一句,现在有一个更好的图像支持 go vscode 扩展:https://github.com/theia-ide/theia-apps/pull/146 所以你甚至可以调试 Go。