Sha256: 6dbf268ebcb4afdb7a188b22443772d4766a1c71fd60294211fc695427783343
Contents?: true
Size: 298 Bytes
Versions: 30
Compression:
Stored size: 298 Bytes
Contents
module VagrantPlugins module DockerProvisioner module Cap module Windows module DockerDaemonRunning def self.docker_daemon_running(machine) machine.communicate.test("tasklist | find \"`\"dockerd`\"\"") end end end end end end
Version data entries
30 entries across 26 versions & 4 rubygems