module VagrantPlugins::GuestAtomic::Cap::Docker

Public Class Methods

docker_daemon_running(machine) click to toggle source
# File lib/vagrant-atomic/cap/docker.rb, line 5
def self.docker_daemon_running(machine)
  machine.communicate.test("test -S /run/docker.sock")
end