Return the list of valid container wait-state strings. These are the values accepted by container.wait() and returned by container.state.
container.wait()
container.state
Array of state name strings (e.g. ["STOPPED", "STARTING", "RUNNING", ...]).
["STOPPED", "STARTING", "RUNNING", ...]
lxc_get_wait_states
Return the list of valid container wait-state strings. These are the values accepted by
container.wait()and returned bycontainer.state.