clear docker cache

View the memory occupied by all dockers:

docker system df

 

Delete all docker spaces: (If you don’t need to delete all, cancel the -a parameter, you can view more parameters through --help)

docker system prune -a

 

Guess you like

Origin blog.csdn.net/m0_56190554/article/details/130522202