English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Docker wait Command

Comprehensive List of Docker Commands

docker wait : Blocks until the container stops and then prints out its exit code.

Syntax

docker wait [OPTIONS] CONTAINER [CONTAINER...]

Online Examples

docker wait CONTAINER

Comprehensive List of Docker Commands