compose-cli
compose-cli copied to clipboard
VNet integration
It would be cool to see a way to specify existing VNet when creating a new ACI instance.
Why? One of the great use-cases for that integration is creating jumpboxes in Azure with VSCode Remote Containers extension.
Recently, there's a motion in Azure on putting all resources behind a vnet to limit any possible malicious access. One of the biggest issues of that approach is in still getting access to that resources on dev environments. Docker ACI context with VNet-join and a proper implementation in VSCode Remote Container extensions will make it easy and flexible.
PS. I can try to help when the integration is open-sourced.
Another use case for this is to allow for static IP's to access a docker container group so a DNS A record can safely direct to the container group with SSL. This is an issue that I'm running into.
Any new information?
Im guessing this isnt going to happen as it looks like docker compose are getting rid of the aci / ews integration?