withDataBindMount
Method
interface LavinMQContainerResource { // ... omitted for brevity withDataBindMount( source: string, isReadOnly?: boolean): LavinMQContainerResource;}Signature
method
withDataBindMount builder Configures 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
source string isReadOnly boolean optional = False Returns
LavinMQContainerResource Applies to
This method applies to the following types: