But 3 things
- why another container with the same configuration works fine? I mean when I add files to volume in a docker container, the exact mount point in the host got increased?
- why do I have the exact files as same as the container in my mounted host for the first container?
check the below:
but after I copy file in the above folder in container, the size of / increased
- what is the right solution that I have to do?
