Open Sun-ZhenXing opened 4 months ago
PS:
docker pull r8.im/ali-vilab/i2vgen-xl@sha256:5821a338d00033abaaba89080a17eb8783d9a17ed710a6b4246a18e0900ccad4
Rename the tag, push it:
docker tag ID my-image
docker push my-image
If you try to delete this image, this untagged image is not deleted and the space is not freed up (it even takes up several copies).
Temporary solution:
Description
Approximately 150 GB of disk space is available, but pushing a 30 GB image results in all disks being fully occupied. The
docker_data. vhdx
file has expanded by approximately 120GB, and the temporary folder on the C drive is also full.Not only is the disk not recycled, but the memory is also not recycled. (Memory usage up to 32GB!)
PS: I migrated the vdisk to drive D.
Reproduce
Push a large image, approximately 30GB (uncompressed), It may be an image without labels.
Expected behavior
The space occupation is normal, and the memory release is normal.
docker version
docker info
Diagnostics ID
FB45926E-B51C-46FE-948B-DD1C825E4558/20240708121354
Additional Info
No response