driver: rename docker to docker-container

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2019-04-10 16:39:55 -07:00
parent e552d50e83
commit 6469b05e33
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import (
"github.com/tonistiigi/buildx/commands"
"github.com/tonistiigi/buildx/version"
_ "github.com/tonistiigi/buildx/driver/docker"
_ "github.com/tonistiigi/buildx/driver/docker-container"
)
func main() {