logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

docker-container-wait - Block until one or more containers stop, then print their exit codes

Description

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

Examples

       $ docker run -d fedora sleep 99
       079b83f558a2bc52ecad6b2a5de13622d584e6bb1aea058c11b36511e85e7622
       $ docker container wait 079b83f558a2bc
       0

Name

       docker-container-wait - Block until one or more containers stop, then print their exit codes

Options

-h, --help[=false]      help for wait

See Also

docker-container(1)

Docker Community                                    Feb 2025                                           DOCKER(1)

Synopsis

dockercontainerwaitCONTAINER[CONTAINER...]

See Also