bsaxe
VMware Employee
VMware Employee

The input workdir is the directory inside the container where the action is doing all of its work that needs file system write access. I think by default, the container logs into the /root or / (forget) directory, which is read-only. I think my input is just /tmp directory. I didn't feel like using absolute paths in all my functions, so I do all the work in /tmp.

Reply
0 Kudos