lib/testlab/container/actions.rb in testlab-0.4.11 vs lib/testlab/container/actions.rb in testlab-0.4.12
- old
+ new
@@ -74,10 +74,10 @@
please_wait(:ui => @ui, :message => format_object_action(self, 'Up', :green)) do
# ensure our container is in "static" mode
self.to_static
- self.lxc.start
+ self.lxc.start(%(--daemon))
self.lxc.wait(:running)
(self.lxc.state != :running) and raise ContainerError, "The container failed to online!"
# TODO: This needs to really go somewhere else: