问题
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