only show hyper-v on windows

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett 2015-02-05 18:22:33 -05:00
parent 3b5df86d2d
commit bba82e66ac
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ import (
_ "github.com/docker/machine/drivers/azure" _ "github.com/docker/machine/drivers/azure"
_ "github.com/docker/machine/drivers/digitalocean" _ "github.com/docker/machine/drivers/digitalocean"
_ "github.com/docker/machine/drivers/google" _ "github.com/docker/machine/drivers/google"
_ "github.com/docker/machine/drivers/hyperv"
_ "github.com/docker/machine/drivers/none" _ "github.com/docker/machine/drivers/none"
_ "github.com/docker/machine/drivers/openstack" _ "github.com/docker/machine/drivers/openstack"
_ "github.com/docker/machine/drivers/rackspace" _ "github.com/docker/machine/drivers/rackspace"

1
drivers/hyperv/hyperv.go Normal file
View File

@ -0,0 +1 @@
package hyperv