Skip to content

Commit

Permalink
docs: new options
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed Oct 15, 2023
1 parent 0ebba42 commit 1111c61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion docs/modules/user/pages/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ Wolf is configured via a TOML config file and some additional optional ENV varia
|WOLF_RENDER_NODE
|/dev/dri/renderD128
|The default render node used for virtual desktops; see: <<_multiple_gpu>>

|WOLF_DOCKER_FAKE_UDEV_PATH
|/etc/wolf/fake-udev
|The path on the host for the fake-udev CLI tool
|===

Additional env variables useful when debugging:
Expand Down Expand Up @@ -250,7 +254,6 @@ ls -l /sys/class/drm/renderD*/device/driver

Wolf supports also overriding the render node in each single app defined in the `config.toml` config file by setting the `render_node` property; example:


[source,toml]
....
[apps.runner]
Expand Down
4 changes: 0 additions & 4 deletions docs/modules/user/pages/quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ docker run \
--device-cgroup-rule "c 13:* rmw" \
-v /dev/shm:/dev/shm:rw \
-v /dev/input:/dev/input:rw \
-v /run/udev:/run/udev:rw \
ghcr.io/games-on-whales/wolf:stable
....
Expand All @@ -48,7 +47,6 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:rw
- /dev/shm:/dev/shm:rw
- /dev/input:/dev/input:rw
- /run/udev:/run/udev:rw
devices:
- /dev/dri
- /dev/uinput
Expand Down Expand Up @@ -146,7 +144,6 @@ docker run \
--device /dev/uinput \
-v /dev/shm:/dev/shm:rw \
-v /dev/input:/dev/input:rw \
-v /run/udev:/run/udev:rw \
ghcr.io/games-on-whales/wolf:stable
....
Expand All @@ -168,7 +165,6 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:rw
- /dev/shm:/dev/shm:rw
- /dev/input:/dev/input:rw
- /run/udev:/run/udev:rw
- nvidia-driver-vol:/usr/nvidia:rw
devices:
- /dev/dri
Expand Down

0 comments on commit 1111c61

Please sign in to comment.