Add HOME to container
This commit is contained in:
parent
0facf0ed68
commit
2ebfb5c676
1 changed files with 2 additions and 1 deletions
|
@ -159,10 +159,11 @@ _podman_run_args=(
|
|||
--interactive
|
||||
--tty
|
||||
--security-opt label=disable
|
||||
--volume $HOME:$HOME
|
||||
--volume $XDG_RUNTIME_DIR:$XDG_RUNTIME_DIR
|
||||
--volume /tmp/.X11-unix/:/tmp/.X11-unix/
|
||||
--volume /etc/pki/ca-trust:/etc/pki/ca-trust:ro
|
||||
--env DISPLAY=:0
|
||||
--volume $XDG_RUNTIME_DIR:$XDG_RUNTIME_DIR
|
||||
--env XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR
|
||||
--env XDG_SESSION_TYPE=wayland
|
||||
--env MOZ_ENABLE_WAYLAND=1
|
||||
|
|
Loading…
Reference in a new issue