wait
Usage: hyper wait [OPTIONS] CONTAINER [CONTAINER...]
Block until a container stops, then print its exit code
--help Print usageExamples
$ hyper run -d --name=my_container ubuntu bash$ hyper wait my_container$ hyper stop my_container$ hyper wait my_container
0Last updated