mirror of
https://github.com/containers/podman.git
synced 2025-12-08 06:39:05 +08:00
podman: allow to override Tmpdir
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #871 Approved by: mheon
This commit is contained in:
committed by
Atomic Bot
parent
be66361e08
commit
81a7095389
@@ -153,6 +153,10 @@ func main() {
|
||||
Name: "root",
|
||||
Usage: "path to the root directory in which data, including images, is stored",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "tmpdir",
|
||||
Usage: "path to the tmp directory",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "runroot",
|
||||
Usage: "path to the 'run directory' where all state information is stored",
|
||||
|
||||
Reference in New Issue
Block a user