运维常用命令 2019-02-24 本文已影响2人 laravel 清除docker运行记录 docker ps -a | cut -f 1 -d" "|tail -n+2|xargs docker rm -f