class Falcon::Controller::Host

def create_container

e.g. `Async::Container::Forked`.
Create the controller as specified by the command.
def create_container
	@command.container_class.new
end