summaryrefslogtreecommitdiff
path: root/cmd/podman
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-10-11 11:49:45 -0700
committerGitHub <noreply@github.com>2018-10-11 11:49:45 -0700
commit5f6e4cc830e82a9453e4617d6b8dccab30700f3d (patch)
tree3564b983576c189de175bdc80df05bad2c1d9609 /cmd/podman
parent6d8bc879cbcb6673043084658e0facc1752736ad (diff)
parentf87f0abb77f27a868d03656cf0458e2f0a88ca5f (diff)
downloadpodman-5f6e4cc830e82a9453e4617d6b8dccab30700f3d.tar.gz
podman-5f6e4cc830e82a9453e4617d6b8dccab30700f3d.tar.bz2
podman-5f6e4cc830e82a9453e4617d6b8dccab30700f3d.zip
Merge pull request #1605 from mheon/syslog_cleanup
Pass along syslog variable to podman cleanup processes
Diffstat (limited to 'cmd/podman')
-rw-r--r--cmd/podman/create.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/create.go b/cmd/podman/create.go
index 0e12f5a8c..248ff1b7d 100644
--- a/cmd/podman/create.go
+++ b/cmd/podman/create.go
@@ -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 {