class Falcon::Command::Serve

def container_options

See {Controller::Serve#setup}.
Options for the container.
def container_options
	@options.slice(:count, :forks, :threads)
end