instance method
remove_remote_context
Ruby on Rails 2.6.1
Since v2.0.0 Last seen in v2.11.0 PrivateSignature
remove_remote_context()
No documentation comment.
Source
# File lib/kamal/commands/builder/remote.rb, line 52
def remove_remote_context
docker :context, :rm, remote_context_name
end
Defined in lib/kamal/commands/builder/remote.rb line 52
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Kamal::Commands::Builder::Remote