How can I use a local file on container?
I'm trying create a container to run a program. I'm using a pre configurate image and now I need run the program. However, it's a machine learning program and I need a dataset from my computer to run. The file is too large to be copied to the container. It would be best if the program running in the container searched the dataset in a local directory of my computer, but I don't know how I can do this. Is there any way to do this reference with some docker command? Or using Dockerfile? Yes, you can do this. What you are describing is a bind mount. See https://docs.docker.com/storage/bind-mounts