instance method
info
Ruby on Rails 2.7.0
Since v2.0.0 Last seen in v2.11.0Signature
info()
No documentation comment.
Source
# File lib/kamal/commands/proxy.rb, line 20
def info
docker :ps, "--filter", "name=^#{container_name}$"
end
Defined in lib/kamal/commands/proxy.rb line 20
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Kamal::Commands::Proxy