Skip to content

My community contributions set of devcontainer templates to use in VSCode and Codespaces #GitHubHack23

License

Notifications You must be signed in to change notification settings

Pwd9000-ML/devcontainer-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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