@LXC_GENERATE_DATE@ lxc-wait 1 lxc-wait wait for a specific container state lxc-wait -n name -s states Description lxc-wait waits for a specific container state before exiting, this is useful for scripting. Options Specify the container name to be waited. Specify the container state(s) to wait for. The container states can be ORed to specify several states. Examples lxc-wait -n foo -s RUNNING exits when 'RUNNING' is reached. lxc-wait -n 'RUNNING|STOPPED' exits when 'RUNNING' or 'STOPPED' state is reached. Diagnostic The container was not found The specified container was not created before with the lxc-create command. See Also lxc-info 1 , Author Daniel Lezcano daniel.lezcano@free.fr