Current section
Files
Jump to
Current section
Files
include/testcontainer@container_BindMount.hrl
-record(bind_mount, {
host_path :: binary(),
container_path :: binary(),
read_only :: boolean()
}).