Skip to content
DocsTry Aspire
DocsTry

FlociAwsContainerResource.withDockerSocket

Method
📦 CommunityToolkit.Aspire.Hosting.Floci v13.5.0
interface FlociAwsContainerResource {
// ... omitted for brevity
withDockerSocket(socketPath?: string): FlociAwsContainerResource;
}

Signature

methodwithDockerSocketbuilder
Mounts the Docker socket into the Floci container so that Lambda and other container-backed AWS services can launch sibling containers. Also sets `FLOCI_DOCKER_DOCKER_HOST` to `unix:///var/run/docker.sock` (the container-side path where the socket is always mounted) so Floci can connect to it.
withDockerSocket(socketPath?: string): FlociAwsContainerResource
socketPathstringoptional= /var/run/docker.sock
FlociAwsContainerResource

Defined on

This method is defined on the following type: