Updates Docker Engine API

This commit is contained in:
Yang Guo
2017-06-29 13:21:17 -07:00
parent f818cbeaed
commit bf2ced837c
38 changed files with 138 additions and 141 deletions

View File

@@ -22,7 +22,7 @@ import (
"sync"
"time"
dockertypes "github.com/docker/engine-api/types"
dockertypes "github.com/docker/docker/api/types"
"github.com/golang/glog"
)