Skip to content
Docs Try Aspire
Docs Try

Volume

Handle
📦 Aspire.Hosting.Docker v13.3.0
interface Volume {
driver: string;
driverOpts: Dict<string,string>;
external: boolean;
labels: Dict<string,string>;
name: string;
readOnly: boolean;
source: string;
target: string;
type: string;
}

Properties

property driver string get · set
Gets the Driver property
property driverOpts Dict<string,string> get · set
Gets the DriverOpts property
property external boolean get · set
Gets the External property
property labels Dict<string,string> get · set
Gets the Labels property
property name string get · set
Gets the Name property
property readOnly boolean get · set
Gets the ReadOnly property
property source string get · set
Gets the Source property
property target string get · set
Gets the Target property
property type string get · set
Gets the Type property