docker 常用

百度已收录,点击一下,找找看!

重启所有容器:

docker restart $(docker ps -a | awk ‘{ print $1}’ | tail -n +2)

原文链接:,转发请注明来源!

发表回复