I'm trying to load a 14GB image tar file in the docker. At some point, loading fails and throws a "no disk space error".
Folwing Steps were taken:
- Removed all the images and containers from docker.
- Modified the Docker Virtual hard disk size to 40GB using VBoxManage.
I have seen some similar question in stack overflow but their environment and conditions were different.