DockerComposePublisherExtensions 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.
Extensions for adding a Docker Compose publisher to the application model.
public static class DockerComposePublisherExtensions
type DockerComposePublisherExtensions = class
Public Module DockerComposePublisherExtensions
- Inheritance
-
DockerComposePublisherExtensions
Methods
AddDockerComposePublisher(IDistributedApplicationBuilder, Action<DockerComposePublisherOptions>) |
Adds a Docker Compose publisher to the application model. |
AddDockerComposePublisher(IDistributedApplicationBuilder, String, Action<DockerComposePublisherOptions>) |
Adds a Docker Compose publisher to the application model. |