fix(stacks): enable compose access to private registries (#264)

* fix(stacks): enable compose access to private registries

* chore(deps): update docker-wrapper lib

* update mod

* Update wrapper lib to rebased PR

* Update wrapper

Co-authored-by: Stéphane Busso <stephane.busso@gmail.com>
This commit is contained in:
Chaim Lev-Ari
2021-04-16 04:14:20 +03:00
committed by GitHub
parent 3d3bc9b692
commit 8d53b5c60e
5 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ func Test_UpAndDown(t *testing.T) {
stack, endpoint := setup(t)
w, err := NewComposeStackManager("", nil)
w, err := NewComposeStackManager("", "", nil)
if err != nil {
t.Fatalf("Failed creating manager: %s", err)
}