Is it possible to mount paths and volumes like the usual docker -v arguments?
I know that there is WithMountedFile and WithMountedDirectory functions but to best of my knowledge, these are actually copying the files and directories to the containers right? Is it possible to start containers and mount volumes normally such as network file share volumes?