class Falcon::Command::Virtual

def call

def call
	container = run(parent.verbose?)
	
	container.wait
end