mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 10:46:51 -07:00
Enhance Dockerfile
This commit is contained in:
parent
861c0dbaa3
commit
d7372394a2
3 changed files with 48 additions and 101 deletions
13
scripts/docker-run.sh
Executable file
13
scripts/docker-run.sh
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker run \
|
||||
-v $HOME/.local/share/Chiaki:/home/ps4/.local/share/Chiaki \
|
||||
-v $HOME/.config/Chiaki:/home/ps4/.config/Chiaki \
|
||||
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||
--net host \
|
||||
-e DISPLAY=$DISPLAY \
|
||||
--device /dev/snd \
|
||||
--name chiaki \
|
||||
--rm \
|
||||
thestr4ng3r/chiaki
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue