Optional
build?: { Docker build-related options.
Optional
args?: { Build arguments.
Optional
cacheThe image to consider as a cache. Use an array to specify multiple images.
Optional
target?: stringTarget stage in a multi-stage build.
Optional
context?: stringThe location of the context folder for building the Docker image. The path is relative to the folder containing the devcontainer.json
file.
The location of the Dockerfile that defines the contents of the container. The path is relative to the folder containing the devcontainer.json
file.
Docker build-related options.