Closed tunahanertekin closed 1 year ago
Environments/Robots can mount volumes from the host machine using additional config with key HOST_DIR.
HOST_DIR
Closes #199
Can be tested with a robot/an environment with this configuration:
additionalConfigs: "HOST_DIRS": configType: "Operator" value: "/root/tuna:/automounted,/directory/from/host:/this-is-mount-path"
Use this regular expression to mount directories from host.
^(((\/[a-z0-9./_-]+):(\/[a-z0-9./_-]+))+,)*(((\/[a-z0-9./_-]+):(\/[a-z0-9./_-]+))+)$
:herb: PR: Mount Volumes from Host
Description
Environments/Robots can mount volumes from the host machine using additional config with key
HOST_DIR
.Closes #199
Type of change
How can it be tested?
Can be tested with a robot/an environment with this configuration:
Regex
Use this regular expression to mount directories from host.