Merge pull request #1605 from mheon/syslog_cleanup

Pass along syslog variable to podman cleanup processes
This commit is contained in:
OpenShift Merge Robot
2018-10-11 11:49:45 -07:00
committed by GitHub
2 changed files with 8 additions and 3 deletions

View File

@@ -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 {