feat: add lazydocker
All checks were successful
Build containers / changes (push) Successful in 2s
Build containers / base-image (push) Successful in 48s
Build containers / dependent-images (go) (push) Successful in 36s
Build containers / dependent-images (php) (push) Successful in 34s
Build containers / dependent-images (infra) (push) Successful in 1m0s

This commit is contained in:
Job
2026-02-20 20:55:24 +01:00
parent 8f761565d0
commit 10f0f5993b
2 changed files with 5 additions and 1 deletions

View File

@@ -53,6 +53,9 @@ param_args() {
arg "-v /run/user/$UID/bus:/tmp/bus"
arg "-e HOST_HOME=$HOME" # Used to translate paths.
;;
-podman-sock) # Mount podman sock into the container.
arg "-v /run/user/$UID/podman/podman.sock:/var/run/docker.sock"
;;
-x11) # Enable X11 support.
arg "-v /tmp/.X11-unix:/tmp/.X11-unix"
arg "-v $XAUTHORITY:/run/user/1000/.Xauthority:ro"