You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Using Windows 10 Professional, when running docker images, the docker virtual disk MobiLinuxVM.vhdx keeps on growing. After having finished with the images/containers, deleted all of them. However the virtual disk still uses the same amount of space. Expected behavior: MobiLinuxVM.vhdx should shrink and release unused space.
Steps to reproduce the issue:
Run various containers and observe that MobiLinux grows (once a container was running, I added my own software, which amounted to about 20GB).
Deleted all containers & images using: docker rm $(docker ps -a -q) and docker rmi $(docker images -q).
Describe the results you received:
MobiLinuxVM.vhdx still 40+GB in size
Describe the results you expected:
Expected behavior: MobiLinuxVM.vhdx should have "shrunk" to its original size when initially installing Docker on my Windows 10 box.
Additional information you deem important (e.g. issue happens only occasionally):
Output of docker version:
Client:
Version: 1.12.3
API version: 1.24
Go version: go1.6.3
Git commit: 6b644ec
Built: Wed Oct 26 23:26:11 2016
OS/Arch: windows/amd64
Server:
Version: 1.12.3
API version: 1.24
Go version: go1.6.3
Git commit: 6b644ec
Built: Wed Oct 26 23:26:11 2016
OS/Arch: linux/amd64
could you reopen this issue in the docker for Windows issue tracker? This is specific to docker for Windows, so not something that can be solved in this repository; you can find the issue tracker here; https://github.com/docker/for-win/issues
I'll close the issue here, but feel free to comment after I closed
Description
Using Windows 10 Professional, when running docker images, the docker virtual disk MobiLinuxVM.vhdx keeps on growing. After having finished with the images/containers, deleted all of them. However the virtual disk still uses the same amount of space. Expected behavior: MobiLinuxVM.vhdx should shrink and release unused space.
Steps to reproduce the issue:
docker rm $(docker ps -a -q)
anddocker rmi $(docker images -q)
.Describe the results you received:
MobiLinuxVM.vhdx still 40+GB in size
Describe the results you expected:
Expected behavior: MobiLinuxVM.vhdx should have "shrunk" to its original size when initially installing Docker on my Windows 10 box.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
Windows 10 professional. Docker latest install using Hyper-V.
The text was updated successfully, but these errors were encountered: