Hi,
I'm trying to create a "Docker -> Shell/Bash Command" step and try to add volume mounts where I want to mount paths of my host machine to the docker image.
I see that the "source path" is described as "Specify a path relative to configuration workspace to be used as mount source". Is this really the only option? Is there no possibility to use absolute paths?
When I want to give the docker image a folder like "/etc/ssl/certs" or a path to a repo that I have in "/home/user/myRepo" then I would have to step back multiple times from workspace until I can finally step to the correct folder.
Instead of
Source path: /home/user/myRepo
I would have to set
../../../../../home/user/myRepo
Is this the only option I have?
Also are some host paths like "/etc/ssl/certs" that are automatically mounted by quickbuild?
Thanks in advanced,
Adrian