mirror of
https://github.com/containers/podman.git
synced 2025-12-07 22:32:46 +08:00
Merge pull request #1605 from mheon/syslog_cleanup
Pass along syslog variable to podman cleanup processes
This commit is contained in:
@@ -782,6 +782,7 @@ func parseCreateOpts(ctx context.Context, c *cli.Context, runtime *libpod.Runtim
|
||||
WorkDir: workDir,
|
||||
Rootfs: rootfs,
|
||||
VolumesFrom: c.StringSlice("volumes-from"),
|
||||
Syslog: c.GlobalBool("syslog"),
|
||||
}
|
||||
|
||||
if config.Privileged {
|
||||
|
||||
Reference in New Issue
Block a user