microsoft / DockerTools

Tools For Docker, including Visual Studio Provisioning and Publishing
Other
173 stars 26 forks source link

Enable Docker Compose support off a local network instance #433

Closed adoboninja closed 1 week ago

adoboninja commented 1 week ago

I have a docker instance running off my synology nas. I was wondering if I can configure docker compose in VS2022 to use that instance of docker rather than installing a copy of docker desktop in my laptop.

dbreshears commented 1 week ago

No this won't work. Currently we rely on volume mounts in Visual Studio for your application code, the debugger, and other utilities. We don't have plans to support a remote instance of docker currently.