mirror of
https://github.com/containers/podman.git
synced 2026-03-05 07:20:48 -05:00
One feature needed for podmansh is the ability to set the default homedir to be the workingdir when you login. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
## assert-podman-final-args localhost/imagename
|
|
## assert-podman-args "-w=%h"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
WorkingDir=%h
|