withDockerSocket
Method
interface FlociGcpContainerResource { // ... omitted for brevity withDockerSocket(socketPath?: string): FlociGcpContainerResource;}Signature
method
withDockerSocketbuilderMounts the Docker socket into the Floci GCP container so that Cloud Run, Cloud SQL, and other container-backed services can launch sibling containers. Also sets `FLOCI_GCP_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): FlociGcpContainerResourceParameters
socketPathstringoptional= /var/run/docker.sockReturns
FlociGcpContainerResourceApplies to
This method applies to the following types: