0

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.

Vishnu S Kumar
  • 666
  • 7
  • 24

1 Answers1

0

I resolved this issue. My steps were right but needed to allocate more size. I modified the VDI to 60GB and it worked.

Vishnu S Kumar
  • 666
  • 7
  • 24