René's URL Explorer Experiment


Title: Dev Container metadata reference

Description: The devcontainer.json file contains any needed metadata and settings required to configure a development container for a given well-defined tool and runtime ...

direct link

Domain: code.visualstudio.com

NoneIE=edge
theme-color#2753E3

Links:

Development Containers https://code.visualstudio.com/
Overviewhttps://code.visualstudio.com/overview
Referencehttps://code.visualstudio.com/implementors/json_reference
Specificationhttps://code.visualstudio.com/implementors/spec/
Supporting Toolshttps://code.visualstudio.com/supporting
Guideshttps://code.visualstudio.com/guides
Available Featureshttps://code.visualstudio.com/features
Available Templateshttps://code.visualstudio.com/templates
Collectionshttps://code.visualstudio.com/collections
Specification https://code.visualstudio.com/implementors/spec/
Reference Implementation https://code.visualstudio.com/implementors/reference/
devcontainer.json schema https://code.visualstudio.com/implementors/json_schema/
Dev Container metadata reference https://code.visualstudio.com/implementors/json_reference/
Features https://code.visualstudio.com/implementors/features/
Features distribution https://code.visualstudio.com/implementors/features-distribution/
Templates https://code.visualstudio.com/implementors/templates/
Templates distribution https://code.visualstudio.com/implementors/templates-distribution/
Contributing https://code.visualstudio.com/implementors/contributing/
tools and services that support the dev container spechttps://code.visualstudio.com/supporting
container image labelhttps://code.visualstudio.com/implementors/reference/#labels
General devcontainer.json properties https://code.visualstudio.com/docs/remote/devcontainerjson-reference#general-properties
port attributeshttps://code.visualstudio.com/docs/remote/devcontainerjson-reference#port-attributes
port attributeshttps://code.visualstudio.com/docs/remote/devcontainerjson-reference#port-attributes
pre-defined variableshttps://code.visualstudio.com/docs/remote/devcontainerjson-reference#variables-in-devcontainerjson
pre-defined variableshttps://code.visualstudio.com/docs/remote/devcontainerjson-reference#variables-in-devcontainerjson
remoteUser section belowhttps://code.visualstudio.com/docs/remote/devcontainerjson-reference#remoteUser
tini init processhttps://github.com/krallin/tini
Docker CLI --mount flaghttps://docs.docker.com/engine/reference/commandline/run/#mount
pre-defined variableshttps://code.visualstudio.com/docs/remote/devcontainerjson-reference#variables-in-devcontainerjson
Dev Container Feature IDshttps://code.visualstudio.com/features
supporting toolshttps://code.visualstudio.com/supporting
Scenario specific properties https://code.visualstudio.com/docs/remote/devcontainerjson-reference#scenario-specific
Image or Dockerfile specific properties https://code.visualstudio.com/docs/remote/devcontainerjson-reference#image-specific
DockerHubhttps://hub.docker.com
GitHub Container Registryhttps://docs.github.com/packages/guides/about-github-container-registry
Azure Container Registryhttps://azure.microsoft.com/services/container-registry/
Dockerfilehttps://docs.docker.com/engine/reference/builder/
Docker image build argumentshttps://docs.docker.com/engine/reference/commandline/build/#build-arg
pre-defined variableshttps://code.visualstudio.com/docs/remote/devcontainerjson-reference#variables-in-devcontainerjson
Docker image build optionshttps://docs.docker.com/engine/reference/commandline/build/#options
Docker image build targethttps://docs.docker.com/engine/reference/commandline/build/#target
forwardPorts propertyhttps://code.visualstudio.com/docs/remote/devcontainerjson-reference#general-properties
herehttps://code.visualstudio.com/docs/remote/devcontainerjson-reference#publishing-vs-forwarding-ports
learn morehttps://code.visualstudio.com/docs/remote/devcontainerjson-reference#formatting-string-vs-array-properties
Docker CLI --mount flaghttps://docs.docker.com/engine/reference/commandline/run/#mount
pre-defined variableshttps://code.visualstudio.com/docs/remote/devcontainerjson-reference#variables-in-devcontainerjson
Docker CLI argumentshttps://docs.docker.com/engine/reference/commandline/run/
Docker Compose specific properties https://code.visualstudio.com/docs/remote/devcontainerjson-reference#compose-specific
Docker Composehttps://docs.docker.com/compose/
when extending your Docker Compose configurationhttps://docs.docker.com/compose/extends/#multiple-compose-files
learn morehttps://code.visualstudio.com/docs/remote/devcontainerjson-reference#formatting-string-vs-array-properties
Docker Composehttps://docs.docker.com/compose/
Tool-specific properties https://code.visualstudio.com/docs/remote/devcontainerjson-reference#tool-specific
supporting tools and services documenthttps://code.visualstudio.com/supporting
Lifecycle scripts https://code.visualstudio.com/docs/remote/devcontainerjson-reference#lifecycle-scripts
learn morehttps://code.visualstudio.com/docs/remote/devcontainerjson-reference#formatting-string-vs-array-properties
learn morehttps://code.visualstudio.com/docs/remote/devcontainerjson-reference#formatting-string-vs-array-properties
learn morehttps://code.visualstudio.com/docs/remote/devcontainerjson-reference#formatting-string-vs-array-properties
learn morehttps://code.visualstudio.com/docs/remote/devcontainerjson-reference#formatting-string-vs-array-properties
learn morehttps://code.visualstudio.com/docs/remote/devcontainerjson-reference#formatting-string-vs-array-properties
learn morehttps://code.visualstudio.com/docs/remote/devcontainerjson-reference#formatting-string-vs-array-properties
Minimum host requirements https://code.visualstudio.com/docs/remote/devcontainerjson-reference#min-host-reqs
Port attributes https://code.visualstudio.com/docs/remote/devcontainerjson-reference#port-attributes
Formatting string vs. array properties https://code.visualstudio.com/docs/remote/devcontainerjson-reference#formatting-string-vs-array-properties
parallel executionhttps://containers.dev/implementors/spec/#parallel-exec
Variables in devcontainer.json https://code.visualstudio.com/docs/remote/devcontainerjson-reference#variables-in-devcontainerjson
Schema https://code.visualstudio.com/docs/remote/devcontainerjson-reference#schema
herehttps://github.com/devcontainers/spec/blob/main/schemas/devContainer.base.schema.json
Publishing vs forwarding ports https://code.visualstudio.com/docs/remote/devcontainerjson-reference#publishing-vs-forwarding-ports
remoteUser https://code.visualstudio.com/docs/remote/devcontainerjson-reference#remoteUser
imageshttps://github.com/devcontainers/images
Templateshttps://github.com/devcontainers/templates
C++ imagehttps://github.com/devcontainers/images/blob/main/src/cpp/.devcontainer/devcontainer.json#L26
C++ Templatehttps://github.com/devcontainers/templates/tree/main/src/cpp
its base C++ imagehttps://github.com/devcontainers/templates/blob/main/src/cpp/.devcontainer/Dockerfile#L1
Starhttps://github.com/devcontainers/spec
Watchhttps://github.com/devcontainers/spec/subscription
https://www.microsoft.com

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.