Add /bin/docker to path list for installation verification

This commit is contained in:
Chris Roberts 2017-03-20 11:38:44 -07:00
parent a0761eb2ea
commit 7a03c6e013
1 changed files with 1 additions and 0 deletions

View File

@ -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",