microsoft / vscode-remote-release

Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.
https://aka.ms/vscode-remote
Other
3.61k stars 274 forks source link

Support for working with Azure Container Instances #88

Open AronT-TLV opened 5 years ago

AronT-TLV commented 5 years ago

It seems natural that Azure Container instances should also be an option. Along with that, it would be nice if the code files could sit on Azure file Storage which could be mounted on the ACI. This would combine the remote-ssh Remote file capabilities with the remote-docker Container capabilities, and provide a fully portable and scalable development experience - no need for local files at all!

Chuxel commented 5 years ago

//cc: @lostintangent

bryanburke commented 4 years ago

Perhaps the new "contexts" feature currently in preview in Docker Engine will enable this integration once it is GA? See:

0Grit commented 3 years ago

I need this, and a path to enable devs to deploy a dev container to ACI without requiring docker-cli or docker engine to be installed locally on the dev machine.

HiddevH commented 3 years ago

I tried launching a VS Code remote container in ACI, but it immediately terminated -- the same image does run locally. Are there technical limitations preventing this?

davetapley commented 2 years ago

Also if we can support az container create's --vnet that would solve for this. There is an analogous issue open for docker compose : https://github.com/docker/compose-cli/issues/654