function vmclean(){
docker-machine ls|grep -i error|awk '{print $1}'|grep -v -i name|tr -s '\n' ' '|xargs docker-machine rm -f
}
上一篇:docker-machine删除创建的虚拟机,基于win10的hyper
下一篇:Docker删除某个容器时失败解决方案