Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #44 from nyanpassu/bugfix/20211130
Browse files Browse the repository at this point in the history
[Bugfix]Fix docker cli client not assigned to docker network manager
  • Loading branch information
nyanpassu authored Nov 30, 2021
2 parents 074f5fe + 64ddd54 commit 35bb735
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vessel/docker_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func NewDockerNetworkManager(dockerCli *dockerClient.Client, driverName string,
allocator: allocator,
driverName: driverName,
LoggerFactory: utils.NewObjectLogger("dockerNetworkManager"),
dockerCli: dockerCli,
}
}

Expand Down

0 comments on commit 35bb735

Please sign in to comment.