forked from Job79/devcontainer
feat: add lazydocker
This commit is contained in:
3
devc.sh
3
devc.sh
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user