FlociAzureContainerResource.withDockerSocket
Method
interface FlociAzureContainerResource { // ... omitted for brevity withDockerSocket(socketPath?: string): FlociAzureContainerResource;}Signature
method
withDockerSocketbuilderMounts the Docker socket into the Floci Azure container so that Azure Functions and other container-backed services can launch sibling containers. Also sets `FLOCI_AZ_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): FlociAzureContainerResourceParameters
socketPathstringoptional= /var/run/docker.sockReturns
FlociAzureContainerResourceDefined on
This method is defined on the following type: