Share file that is produced by a container running in a worker
Hi all!
So I'm trying to get as a result of a step a xml file that is produced by a container.
I've configured the step as docker bash script and, among several tries, I thought that I could mount the './shared' path. I get the error that the path does not exist.
This might be related to the fact that the docker run command is sent to the host machine, but I'm trying to mount a worker container path.
Is this even possible to achieve? Or is there another way to get the contents of a file to the next step?
Thanks!
0 Replies