# docker system --help

Usage: docker system COMMAND

Manage Docker

Commands:
df Show docker disk usage
events Get real time events from the server
info Display system-wide information
prune Remove unused data

Run 'docker system COMMAND --help' for more information on a command.

 

例:强制清理过时数据
docker system prune -a -f

 

 
posted on 2022-01-19 20:07  51core  阅读(32)  评论(0)    收藏  举报