3 lines
126 B
Bash
Executable file
3 lines
126 B
Bash
Executable file
#!/bin/sh
|
|
xhost +"local:podman@"
|
|
podman run -it --rm -u 0 -e DISPLAY="$DISPLAY" -v /tmp/.X11-unix:/tmp/.X11-unix:rw alpine sh
|