目录
当前位置: 首页 > 文档资料 > Docker 简明教程 >

3.4.26 wait

优质
小牛编辑
130浏览
2023-12-01

wait

  • 用法
Usage: docker wait [OPTIONS] CONTAINER [CONTAINER...]

Block until a container stops, then print its exit code.

--help=false       Print usage
  • 说明

阻塞对指定容器的其他调用方法,直到容器停止后退出阻塞。