wait
Examples
Start a container in the background.
Run hyper wait
, which should block until the container exits.
In another terminal, stop the first container. The hyper wait
command above returns the exit code.
This is the same hyper wait
command from above, but it now exits, returning 0.
Last updated