Latest web development tutorials

Docker wait command

Docker command Daquan Docker command Daquan


docker wait: stop blocking run until the container, and then print out its exit code.

grammar

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

Examples

docker wait CONTAINER

Docker command Daquan Docker command Daquan