1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #29382 from yuexiao-wang/fix-wait-man

Update the manual for docker wait
This commit is contained in:
Sebastiaan van Stijn 2016-12-14 15:29:33 +01:00 committed by GitHub
commit 2333af9e59

View file

@ -2,7 +2,7 @@
% Docker Community
% JUNE 2014
# NAME
docker-wait - Block until a container stops, then print its exit code.
docker-wait - Block until one or more containers stop, then print their exit codes
# SYNOPSIS
**docker wait**
@ -11,7 +11,7 @@ CONTAINER [CONTAINER...]
# DESCRIPTION
Block until a container stops, then print its exit code.
Block until one or more containers stop, then print their exit codes.
# OPTIONS
**--help**