fix #5 - configure docker client via env
This commit is contained in:
@@ -37,7 +37,7 @@ func NewDockerRunExecutor(input NewDockerRunExecutorInput) common.Executor {
|
||||
return nil
|
||||
}
|
||||
|
||||
cli, err := client.NewClientWithOpts()
|
||||
cli, err := client.NewClientWithOpts(client.FromEnv)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user