Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #229 from vania-pooh/master
Browse files Browse the repository at this point in the history
Passing -capture-driver-logs value to code (related to #68)
  • Loading branch information
vania-pooh authored Sep 28, 2017
2 parents 81f82ff + a51408b commit ee5ea04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ func init() {
Memory: int64(mem),
Network: containerNetwork,
StartupTimeout: serviceStartupTimeout,
CaptureDriverLogs: captureDriverLogs,
}
if disableDocker {
manager = &service.DefaultManager{Environment: &environment, Config: conf}
Expand Down

0 comments on commit ee5ea04

Please sign in to comment.