π Quickstart to create your own singular Dev Container Feature
Click Use this template! That's the first step. After instantiating this template repo, there are a few things you'll need to do manually:
-
Change the name in the
LICENSE
file to be your name or your organization's name. Right now it'sYOUR_NAME
. -
Change or remove the banner image in the lower part of this readme. Don't worry, a banner image isn't required.
-
Change the example from
"ghcr.io/octocat/features/i-am-awesome:1": {}
to your own name and feature name. -
Change any of the other readme text to match your own new awesome feature. π
-
Remove the top part of this
README.md
file. You don't want this template guide showing up on your own awesome feature, do you? π
π€© Tells you that you are awesome when you start your Dev Container!
Uses the postAttachCommand
to tell you that you are awesome whenever you start the Dev Container. β€οΈ
// devcontainer.json
{
"features": {
"ghcr.io/octocat/features/i-am-awesome:1": {}
}
}
β Don't know what this β means? Check out this VS Code blog post.
There are currently no options. If you'd like to add a version
option, open an
Issue or a PR! β€οΈ