2021-08-06发表Docker几秒读完 (大约32个字)删除无用docker镜像命令123docker ps -a | grep "Exited" | awk '{print $1 }'|xargs docker stopdocker ps -a | grep "Exited" | awk '{print $1 }'|xargs docker rmdocker images|grep none|awk '{print $3 }'|xargs docker rmi
2019-01-07Hands-on Machine Learning with Scikit-Learn & TensorFlow Study Notes—Chapter 1Machine Learning