DockerComposePublisherOptions 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.
Options which control generation of Docker Compose artifacts.
public sealed class DockerComposePublisherOptions : Aspire.Hosting.Publishing.PublishingOptions
type DockerComposePublisherOptions = class
inherit PublishingOptions
Public NotInheritable Class DockerComposePublisherOptions
Inherits PublishingOptions
- Inheritance
Constructors
DockerComposePublisherOptions() |
Fields
Publishing |
The name of the publishing configuration section in the appsettings.json file. (Inherited from PublishingOptions) |
Properties
DefaultContainerRegistry |
The container registry to use. |
ExistingNetworkName |
The name of an existing network to be used. |
OutputPath |
Gets or sets the path to the directory where the published output will be written. (Inherited from PublishingOptions) |
Publisher |
Gets or sets the name of the publisher responsible for publishing the application. (Inherited from PublishingOptions) |