Skip to content

Commit

Permalink
add directions for podman
Browse files Browse the repository at this point in the history
  • Loading branch information
scarytom committed Mar 2, 2024
1 parent 80dbedc commit f3e21be
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,18 @@ docker run --rm -it \
--volume ${HOME}/.config/pulse/cookie:/root/.config/pulse/cookie \
docker.io/netmelody/minifoxwq-oci
```

or, on podman:
```bash
podman run --rm -it \
--volume /tmp/.X11-unix:/tmp/.X11-unix \
--env DISPLAY=${DISPLAY} \
--hostname ${HOST} \
--volume ${HOME}/.Xauthority:/root/.Xauthority \
--device /dev/snd \
--env PULSE_SERVER=unix:${XDG_RUNTIME_DIR}/pulse/native \
--volume ${XDG_RUNTIME_DIR}/pulse/native:${XDG_RUNTIME_DIR}/pulse/native \
--volume ${HOME}/.config/pulse/cookie:/root/.config/pulse/cookie \
--network slirp4netns:port_handler=slirp4netns \
docker.io/netmelody/minifoxwq-oci
```

0 comments on commit f3e21be

Please sign in to comment.