Using Docker is more difficult than using our virtual machine. You should first try using the virtual machine and only use Docker if the VM is not usable or you are already familiar with Docker.
If you encounter problems you can always ask questions on our Discord.
Windows/macOS:
Linux:
apt
, pacman
, etc…)Install VS Code locally
Extract the following zip file into your repository (or any directory you want to work in)
Make sure the .devcontainer
directory lies at the root of your repository
Example:
📁 Documents
└─ 📁 a1-repo
├─ 📄 a1.c
└─ 📁 .devcontainer
├─ devcontainer.json
├─ Dockerfile
└─ entrypoint.sh
.devcontainer
to your .gitignore
fileControl/Command + Shift + p
) and select Dev Containers: Reopen in Container
Dockerfile
& entrypoint.sh