docker一条命令启动所有退出的容器

docker ps -a | grep Exited | awk '{print $1}' |xargs docker start

你可能感兴趣的:(docker一条命令启动所有退出的容器)