pwn_docker_example icon indicating copy to clipboard operation
pwn_docker_example copied to clipboard

using vscode remote to develop inside the container

Open K1ngjulien opened this issue 5 years ago • 0 comments

Hi, I saw your video about your ctf setup and remembered that vscode had a remote feature to connect to the windows subsystem for linux.

turns out you can do the same with docker containers. this should provide vscode with stuff like codecompletion for the installed python packages. also you'd be able to use the integrated terminal in vscode to run your exploits in the container.

I have not tested this but it should work. thought I'd share this to see if you're interested.

https://code.visualstudio.com/docs/remote/containers

K1ngjulien avatar Apr 06 '20 09:04 K1ngjulien