I am launching a docker container with the volume / var / my _folder. The data is constant: when I close the container, it is still there. But I also want to have data on my host, because I want to work with code with an IDE that is not installed in my container.
So, how can I find the / var / my _folder folder on my main machine, which is also available in my container?
I am working on Linux Mint.
I appreciate your help.
Thank.:)
source
share