44 references to WithBindMount
Aspire.Hosting (3)
ContainerResourceBuilderExtensions.cs (3)
59/// They are not shared with the host's file-system. To mount files from the host inside the container, call <see cref="WithBindMount{T}(IResourceBuilder{T}, string, string, bool)"/>.
99/// They are not shared with the host's file-system. To mount files from the host inside the container, call <see cref="WithBindMount{T}(IResourceBuilder{T}, string, string, bool)"/>.
884builder.WithBindMount(sourceFullPath, destinationPath, isReadOnly: true);
Aspire.Hosting.Azure.EventHubs (1)
Aspire.Hosting.Azure.Storage (1)
Aspire.Hosting.Azure.Tests (1)
Aspire.Hosting.Containers.Tests (8)
Aspire.Hosting.Garnet (1)
Aspire.Hosting.Kafka (1)
Aspire.Hosting.Keycloak (2)
Aspire.Hosting.Milvus (2)
Aspire.Hosting.MongoDB (2)
Aspire.Hosting.MySql (3)
Aspire.Hosting.Nats (2)
Aspire.Hosting.Oracle (3)
Aspire.Hosting.PostgreSQL (2)
Aspire.Hosting.Qdrant (1)
Aspire.Hosting.RabbitMQ (1)
Aspire.Hosting.Redis (2)
Aspire.Hosting.Seq (1)
Aspire.Hosting.SqlServer (2)
Aspire.Hosting.Tests (3)
Aspire.Hosting.Valkey (1)
MySqlDb.AppHost (1)