Module: VagrantPlugins::GuestAtomic::Cap::Docker
- Defined in:
- lib/vagrant-atomic/cap/docker.rb
Class Method Summary collapse
Class Method Details
.docker_daemon_running(machine) ⇒ Object
5 6 7 8 |
# File 'lib/vagrant-atomic/cap/docker.rb', line 5 def self.docker_daemon_running(machine) #not sure this is the best test, seems to always pass machine.communicate.test("test -S /run/docker.sock") end |