My system consists of two sections:
- The main 5G partition where Ubuntu is installed
- 100G side section in
/mnt/eda , which I would like to use to run Docker containers
I need to run several Docker containers, which will take up to 10 GB of additional disk space after they start. I want them to use the /mnt/eda disk space form, but how do I do this?
Currently, when I import or run a container, it takes up space from my main section. I tried to download the binary and run it from the side section, but the space from the main section was still used up.
I can not connect / mount disks in my containers - they must be completely separated from the host for security.
source share