instance method
install
Ruby on Rails 2.0.0
Since v1.9.3 Last seen in v2.11.0Signature
install()
Install Docker using the github.com/docker/docker-install convenience script.
Source
# File lib/kamal/commands/docker.rb, line 3
def install
pipe get_docker, :sh
end
Defined in lib/kamal/commands/docker.rb line 3
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Kamal::Commands::Docker