docker 服务重启了,但是里面有很多镜像,想要全部启动,一个个start太慢了。一键启动命令:
docker start $(docker ps -a | awk '{ print $1}' | tail -n +2)