mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
podman v2 remove bloat v2
rid ourseleves of libpod references in v2 client Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -321,7 +321,7 @@ func (r *Runtime) setupContainer(ctx context.Context, ctr *Container) (_ *Contai
|
||||
ctrNamedVolumes = append(ctrNamedVolumes, newVol)
|
||||
}
|
||||
|
||||
if ctr.config.LogPath == "" && ctr.config.LogDriver != JournaldLogging {
|
||||
if ctr.config.LogPath == "" && ctr.config.LogDriver != define.JournaldLogging {
|
||||
ctr.config.LogPath = filepath.Join(ctr.config.StaticDir, "ctr.log")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user