Skip to content

Commit

Permalink
iterating on getting this working
Browse files Browse the repository at this point in the history
scarytom committed Mar 2, 2024

Verified

This commit was signed with the committer’s verified signature.
stgraber Stéphane Graber
1 parent f3e21be commit 7b0a5e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ docker run --rm -it \
--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 \
--publish 3001:3001 \
docker.io/netmelody/minifoxwq-oci
```

@@ -26,6 +27,6 @@ podman run --rm -it \
--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 \
--publish 3001:3001 \
docker.io/netmelody/minifoxwq-oci
```

0 comments on commit 7b0a5e0

Please sign in to comment.