Skip to content

Commit b01f4ea

Browse files
committed
Merge pull request #1 from MSOpenTech/host-management
Host management Azure driver
2 parents a4c80d5 + 34758a1 commit b01f4ea

File tree

3 files changed

+491
-0
lines changed

3 files changed

+491
-0
lines changed

api/client/commands.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import (
3131
_ "github.com/docker/docker/hosts/drivers/digitalocean"
3232
_ "github.com/docker/docker/hosts/drivers/none"
3333
_ "github.com/docker/docker/hosts/drivers/virtualbox"
34+
_ "github.com/docker/docker/hosts/drivers/azure"
3435
"github.com/docker/docker/nat"
3536
"github.com/docker/docker/opts"
3637
"github.com/docker/docker/pkg/log"

hack/vendor.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ clone hg code.google.com/p/gosqlite 74691fb6f837
5959

6060
clone hg code.google.com/p/goauth2 afe77d958c70
6161

62+
clone git github.com/MSOpenTech/azure-sdk-for-go v1.0
63+
6264
# get Go tip's archive/tar, for xattr support and improved performance
6365
# TODO after Go 1.4 drops, bump our minimum supported version and drop this vendored dep
6466
if [ "$1" = '--go' ]; then

0 commit comments

Comments
 (0)