I have created a docker container image, and working inside the container (setting up filesystem, creating code files, installing dependencies etc).
On my Ubuntu machine, I keep a huge file under a directory so called /dataset/my_data/
.
When I work in the container, it is not straightforward to access the above directory. Is there any possibility to access it from inside the container image interactively? If yes, how?