An application/robot should be able to mount volumes from host when needed. It can be added as a new additional configuration with the key HOST_DIR. Configuration should include the followings:
Host path of the directory
Container path (where the files will be mounted on)
Why is this needed?
It's needed to enable using shared repositories and storages between different applications. (eg. model repository)
What would you like to be added?
An application/robot should be able to mount volumes from host when needed. It can be added as a new additional configuration with the key
HOST_DIR
. Configuration should include the followings:Why is this needed?
It's needed to enable using shared repositories and storages between different applications. (eg. model repository)