]> @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 state(s) to wait for. The container states can be ORed to specify several states. &commonoptions; Examples lxc-wait -n foo -s RUNNING exits when 'RUNNING' is reached. lxc-wait -n foo -s '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. &seealso; Author Daniel Lezcano daniel.lezcano@free.fr