Sha256: 11b3fccbc94d4e120718944ab3b317a7dbccf6f957ebc46dff2e77021d69a6b5
Contents?: true
Size: 278 Bytes
Versions: 2
Compression:
Stored size: 278 Bytes
Contents
module VagrantPlugins module Vocker module Cap module Linux module DockerInstalled def self.docker_installed(machine) machine.communicate.test("test -f /usr/bin/docker", sudo: true) end end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vocker-0.4.1 | lib/vocker/cap/linux/docker_installed.rb |
vocker-0.4.0 | lib/vocker/cap/linux/docker_installed.rb |