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

Commit

Permalink
Passing -capture-driver-logs value to code (related to #68)
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Sep 28, 2017
1 parent 81f82ff commit a51408b
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 a51408b

Please sign in to comment.