Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> Co-authored-by: Rachael Sewell <rachmari@github.com> Co-authored-by: Ashish Keshan <ashkeshan@gmail.com>
1.4 KiB
1.4 KiB
- name: You can name your dev container anything you want. A default value is supplied.
- image: The name of an image in a container registry (DockerHub, {% data variables.product.prodname_dotcom %} {% data variables.product.prodname_container_registry %}, or Azure Container Registry) that will be used to create the dev container for the codespace.
- features: A list of one or more objects, each of which references one of the available dev container features. Features are self-contained, shareable units of installation code and development container configuration. They provide an easy way to add more tooling, runtime, or library features to your development container. You can add features either within {% data variables.product.prodname_vscode_shortname %} or in the
devcontainer.jsoneditor on {% data variables.product.github %}. For more information, click either the {% data variables.product.prodname_vscode %} or Web browser tab in AUTOTITLE. - forwardPorts: Any ports listed here will be forwarded automatically. For more information, see AUTOTITLE.