LavinMQContainerResource.withDataBindMount
Method
interface LavinMQContainerResource { // ... omitted for brevity withDataBindMount( source: string, isReadOnly?: boolean): LavinMQContainerResource;}Signature
method
withDataBindMountbuilderConfigures a bind mount for the LavinMQ container resource to allow data persistence. The method mounts a specified source path on the host to the container's data directory.
withDataBindMount( source: string, isReadOnly?: boolean): LavinMQContainerResourceParameters
sourcestringisReadOnlybooleanoptional= FalseReturns
LavinMQContainerResourceDefined on
This method is defined on the following type: