Merge pull request #8390 from chrisroberts/docker/install-check-paths
Add /bin/docker to path list for installation verification
This commit is contained in:
commit
52d7df0833
|
@ -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