class Falcon::Command::Virtual
def spawn(path, container, **options)
def spawn(path, container, **options) container.spawn(name: self.name, restart: true) do |instance| assume_privileges(path) instance.exec("bundle", "exec", path, **options) end end