A set of devcontainer templates following the nascent devcontainer template spec.
Templates are kept under the path ./src
.
See this video tutorial on usage example to run GitHub Actions Self-Hosted Runners inside of a Codespace :
Also see this Blog Post for additional config options.
See this video tutorial on usage example to run Azure Pipelines Self-Hosted Agents inside of a Codespace :
Also see this Blog Post for additional config options.
📂 Pre-made .devcontainer
folders under ./src
for starting your next project
💻 Ready to go with GitHub Codespaces
🚀 Quickly get up-and-running with a devcontainer
🐳 No need to mess with Dockerfile
After creating a GitHub Codespace (or a devcontainer in VS Code), open the
Command Palette to find the Dev Containers: Add Dev Container Configuration Files...
command. After you run it, VS Code will guide you through the
creation of a .devcontainer/devcontainer.json
file!
Make sure you click the Show All Definitions... option to see all templates.
Additionally check out more devcointainer templates here: Devcontainer templates