$> /var/lib/docker/devicemapper/devicemapper
这个文件已经6个 G 了. 请问有什么办法清空一下吗?
硬盘本来就不大.
认证高级PHP讲师
I found that it’s just a matter of putting the container content and pointers on another disk.
Theoretically, the one that takes up the most space should be aufs.
You can delete the image through docker rmi And docker rm deletes the container to clean it up.
Use -v to map volumes when starting up. Don’t forget to delete -v when deleting the container
I found that it’s just a matter of putting the container content and pointers on another disk.
Theoretically, the one that takes up the most space should be aufs.
You can delete the image through docker rmi
And docker rm deletes the container to clean it up.
Use -v to map volumes when starting up. Don’t forget to delete -v when deleting the container