I try to run the Visual Studio Remote Debugger in a Windows Container on Windows Server 2016 TP4. Since it runs inside a conta
To debug you'll need to install the remote tools into the image, run the container as per normal, and then start the remote debugger using docker exec
.
The command line is as follows:
docker exec -it
I've got more detail in a blog post, and yes, turning off auth on your local dev machine does carry some risk (no matter how small) but this should at least give you an idea of how to do it. You can always tweak the command line options to get it working the way you want.