1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Logging driver should receive same file in start/stop request

Signed-off-by: Peter Bücker <peter.buecker@gmail.com>
This commit is contained in:
Peter Bücker 2017-06-08 10:05:52 +02:00
parent cd35e4beee
commit e908e1a357
2 changed files with 4 additions and 1 deletions

View file

@ -59,6 +59,7 @@ func makePluginCreator(name string, l *logPluginProxy, basePath string) Creator
driverName: name,
id: id,
plugin: l,
basePath: basePath,
fifoPath: filepath.Join(root, id),
logInfo: logCtx,
}