A VScode devcontainer setup using Docker. Allows for a highly configurable development experience inside a container environment, including access to VScode extensions and the Docker CLI. Built for use with VScode's Remote-Containers Extension.
- Install VS Code and Docker Desktop
- Install VS Code's Remote-Containers Extension
- Configure Git Credentials
- Pull down this repo and customize project
- Set up your own project repo
- Command Palette: open folder in container
- docker compose up
- Happy Coding