Add /bin/docker to path list for installation verification
This commit is contained in:
parent
a0761eb2ea
commit
7a03c6e013
|
@ -5,6 +5,7 @@ module VagrantPlugins
|
|||
module DockerInstalled
|
||||
def self.docker_installed(machine)
|
||||
paths = [
|
||||
"/bin/docker",
|
||||
"/usr/bin/docker",
|
||||
"/usr/local/bin/docker",
|
||||
"/usr/sbin/docker",
|
||||
|
|
Loading…
Reference in New Issue