static DevContainer.Builder |
DevContainer.Builder.create(Project project) |
|
DevContainer.Builder |
DevContainer.Builder.dockerImage(DevEnvironmentDockerImage dockerImage) |
(experimental) A Docker image or Dockerfile for the container.
|
DevContainer.Builder |
DevContainer.Builder.features(List<? extends DevContainerFeature> features) |
(experimental) An array of VSCode features that specify the features that should be installed inside the container when it is created.
|
DevContainer.Builder |
DevContainer.Builder.ports(List<String> ports) |
(experimental) An array of ports that should be exposed from the container.
|
DevContainer.Builder |
DevContainer.Builder.tasks(List<? extends Task> tasks) |
(experimental) An array of tasks that should be run when the container starts.
|
DevContainer.Builder |
DevContainer.Builder.vscodeExtensions(List<String> vscodeExtensions) |
(experimental) An array of extension IDs that specify the extensions that should be installed inside the container when it is created.
|