Is it possible to mount a workspace to a secondary container?

I’m running selenium tests using one of the selenium docker images, and I need to test an upload. The sample upload is in my repo, so the most convenient thing to do would be to just mount the workspace (which already has my code in it) to the selenium container. Is this possible? Or is there a better way of accomplishing this I’m not seeing?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.