Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 2.44 KB

README.md

File metadata and controls

55 lines (32 loc) · 2.44 KB

devcontainer-templates

A set of devcontainer templates following the nascent devcontainer template spec.

Templates are kept under the path ./src.

My list of community Devcontainer templates

1. GitHub Actions Self-Hosted Runner Devcontainer

See this video tutorial on usage example to run GitHub Actions Self-Hosted Runners inside of a Codespace :

image.png

Also see this Blog Post for additional config options.

2. Azure Devops Pipeline Self-Hosted Agent Devcontainer

See this video tutorial on usage example to run Azure Pipelines Self-Hosted Agents inside of a Codespace :

image.png

Also see this Blog Post for additional config options.

devcontainer community templates

📂 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

Usage

Codespaces Devcontainers

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