Skip to content

Commit

Permalink
map sound device
Browse files Browse the repository at this point in the history
  • Loading branch information
scarytom committed Jan 14, 2024
1 parent bfc7908 commit b378454
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

Creates a OCI (docker) image for running minifoxwq

docker run --rm -it -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY -h $HOST -v $HOME/.Xauthority:/root/.Xauthority docker.io/netmelody/minifoxwq-oci
```bash
docker run --rm -it -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY -h $HOST -v $HOME/.Xauthority:/root/.Xauthority --device /dev/snd docker.io/netmelody/minifoxwq-oci
```

0 comments on commit b378454

Please sign in to comment.