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