mirror of
https://github.com/containers/podman.git
synced 2025-06-05 05:57:24 +08:00
Allow users to specify logpath
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #135 Approved by: mheon
This commit is contained in:

committed by
Atomic Bot

parent
6ba6ecf59b
commit
095aaaa639
@ -23,6 +23,7 @@ func getTestContainer(id, name, locksDir string) (*Container, error) {
|
||||
ImageVolumes: true,
|
||||
ReadOnly: true,
|
||||
StaticDir: "/does/not/exist/",
|
||||
LogPath: "/does/not/exist/",
|
||||
Stdin: true,
|
||||
Labels: make(map[string]string),
|
||||
StopSignal: 0,
|
||||
|
Reference in New Issue
Block a user