mirror of
https://github.com/containers/podman.git
synced 2025-12-08 06:39:05 +08:00
Pass along syslog variable to podman cleanup processes
As of now, there is no way to debug podman clean up processes. They are started by conmon with no stdout/stderr and log nowhere. This allows us to actually figure out what is going on when a cleanup process runs. Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
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