instance method
execute_in_new_container_over_ssh
Ruby on Rails 2.9.0
Since v1.9.3 Last seen in v2.11.0Signature
execute_in_new_container_over_ssh(*command, env:)
No documentation comment.
Parameters
-
commandrest -
envkeyreq
Source
# File lib/kamal/commands/app/execution.rb, line 30
def execute_in_new_container_over_ssh(*command, env:)
run_over_ssh execute_in_new_container(*command, interactive: true, env: env), host: host
end
Defined in lib/kamal/commands/app/execution.rb line 30
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Kamal::Commands::App::Execution