Docker wait 命令语法实例Docker wait 命令docker wait : 阻塞运行直到容器停止,然后打印出它的退出代码。 语法docker wait [OPTIONS] CONTAINER [CONTAINER...] 实例docker wait CONTAINER