Remote VS Code development with code-server

可紊 提交于 2020-04-17 22:20:07

问题


I have deployed the image https://hub.docker.com/r/codercom/code-server which is remote VS code in Azure containers. But now if I want to open any Project(Eg: Angular Project with node and angular cli setup)in that VS Code and develop remotely how can I achieve this.


回答1:


For your requirements, I think there are two ways to achieve it.

One is that copy your project to the image and then deploy the image to the ACI. Or copy the project after deploying the image to ACI.

Another is that mount Azure File share to the ACI, and then upload the projects to the Azure file share.



来源:https://stackoverflow.com/questions/60987920/remote-vs-code-development-with-code-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!