Skip to content
DocsTry Aspire
DocsTry

RustFsResource.withDataBindMount

Method
📦 CommunityToolkit.Aspire.Hosting.RustFs v13.5.0
interface RustFsResource {
// ... omitted for brevity
withDataBindMount(source: string): RustFsResource;
}

Signature

methodwithDataBindMountbuilder
Adds a bind mount for the data folder to a RustFs container resource.
withDataBindMount(source: string): RustFsResource
sourcestring
RustFsResource

Defined on

This method is defined on the following type: