mirror of https://github.com/docker/docs.git
only show hyper-v on windows
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
parent
3b5df86d2d
commit
bba82e66ac
|
@ -18,6 +18,7 @@ import (
|
|||
_ "github.com/docker/machine/drivers/azure"
|
||||
_ "github.com/docker/machine/drivers/digitalocean"
|
||||
_ "github.com/docker/machine/drivers/google"
|
||||
_ "github.com/docker/machine/drivers/hyperv"
|
||||
_ "github.com/docker/machine/drivers/none"
|
||||
_ "github.com/docker/machine/drivers/openstack"
|
||||
_ "github.com/docker/machine/drivers/rackspace"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
package hyperv
|
Loading…
Reference in New Issue