Sha256: c4ced3a14291b88a91f025205272ff90d5cc4ab8203459b859d034cf338b403d
Contents?: true
Size: 240 Bytes
Versions: 1
Compression:
Stored size: 240 Bytes
Contents
module VagrantPlugins module GuestCoreOS module Cap module Docker def self.docker_daemon_running(machine) machine.communicate.test("test -S /run/docker.sock") end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-cloudstack-1.2.0 | vendor/bundle/bundler/gems/vagrant-c84e05fd063f/plugins/guests/coreos/cap/docker.rb |