A Docker-based development envioronment for native C/C++ compiling and execution.
- Install Visual Studio Code
- Install the Visual Studio Code Remote - Containers extension
- Install Docker
- Download the UNSW Docker Development envioronment files (Download link) or clone the repository https://github.com/secedu/docker-dev-env
- Open Visual Studio Code with the required extensions, and click the green icon in the bottom-right corner of the application
- Select "Open Folder in Location"
- Select the directory you downloaded and/or unzipped.
- Wait for the image to build, and Visual Studio Code will automatically connect to it.
Credit to @jakerenzella for initial creation of this resource.