


You’ll need to get the id/name of the container you’re interested in. The container is running and we decide we want to debug an application running in it. Just use docker run as you would normally, but include -p 4020:4020 -p 4021:4021 in the command to map the ports that the remote debugger uses.įor older versions of the remote tools, the ports are different. (Tip: Use your browser’s tools to follow the redirects when you click the download link on the Microsoft page to see what the actual file URL is) Step 2 - Run the container For other versions of the tools you’ll need to find the appropriate URL. Note that the URL shown above is for the 64-bit VS2015 remote tools. Then run docker build to create a fresh image. RUN & 'c:\rtools_setup_圆4.exe' /install /quiet RUN Invoke-WebRequest -OutFile c:\rtools_setup_圆4.exe -Uri
