When running containers within a job, using the volumes key doesn't appear to mount any matching volumes on the container (not visible in the call to docker create call).
Using the options key with the exact same path with '-v' flag works as expected. Is anyone else experiencing this?
I'm experiencing the same problem:
I also don't see any information related to volumes printed in the "Initialize containers" step. Cannot see mounted directories on host or within the container also.