mirror of https://github.com/docker/cli.git
Update the manual for docker wait
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
parent
baea245377
commit
fe9be95dec
|
@ -2,7 +2,7 @@
|
||||||
% Docker Community
|
% Docker Community
|
||||||
% JUNE 2014
|
% JUNE 2014
|
||||||
# NAME
|
# 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
|
# SYNOPSIS
|
||||||
**docker wait**
|
**docker wait**
|
||||||
|
@ -11,7 +11,7 @@ CONTAINER [CONTAINER...]
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
||||||
Block until a container stops, then print its exit code.
|
Block until one or more containers stop, then print their exit codes.
|
||||||
|
|
||||||
# OPTIONS
|
# OPTIONS
|
||||||
**--help**
|
**--help**
|
||||||
|
|
Loading…
Reference in New Issue