withDockerSocket
Method
interface FlociAwsContainerResource { // ... omitted for brevity withDockerSocket(socketPath?: string): FlociAwsContainerResource;}Signature
method
withDockerSocketbuilderMounts 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): FlociAwsContainerResourceParameters
socketPathstringoptional= /var/run/docker.sockReturns
FlociAwsContainerResourceApplies to
This method applies to the following types: