[Docker] 刪除已經停止而且不需要的container on Linux

$> sudo docker ps -a | awk '{print $1}' | xargs sudo docker rm

留言

熱門文章