DockerComposeEnvironmentExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods for adding Docker Compose environment resources to the application model.
public static class DockerComposeEnvironmentExtensions
type DockerComposeEnvironmentExtensions = class
Public Module DockerComposeEnvironmentExtensions
- Inheritance
-
DockerComposeEnvironmentExtensions
Methods
AddDockerComposeEnvironment(IDistributedApplicationBuilder, String) |
Adds a Docker Compose environment to the application model. |
ConfigureComposeFile(IResourceBuilder<DockerComposeEnvironmentResource>, Action<ComposeFile>) |
Configures the Docker Compose file for the environment resource. |
WithProperties(IResourceBuilder<DockerComposeEnvironmentResource>, Action<DockerComposeEnvironmentResource>) |
Allows setting the properties of a Docker Compose environment resource. |