Share via


DockerComposePublisherOptions Class

Definition

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
DockerComposePublisherOptions

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)

Applies to