Skip to content

Commit

Permalink
Merge pull request #2 from m4ksio/m4ksio/expose-image
Browse files Browse the repository at this point in the history
Expose image name
  • Loading branch information
m4ksio authored Jan 23, 2020
2 parents b514e42 + 4b2ac39 commit 8d7787f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ func newContainer(t testing.TB, c *client.Client, opts ContainerOpts) *Container
ccfg: opts.Config,
hcfg: opts.HostConfig,
resetF: opts.Reset,
Image: opts.Config.Image,
}

// set default healthcheck
Expand Down

0 comments on commit 8d7787f

Please sign in to comment.