Skip to content

Commit

Permalink
Merge pull request games-on-whales#29 from RandomNinjaAtk/patch-1
Browse files Browse the repository at this point in the history
Corrected error with docker run example
  • Loading branch information
ABeltramo authored Jun 19, 2023
2 parents b5cfc12 + b944c7e commit 2f2fe66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/user/pages/quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docker run \
-e HOST_APPS_STATE_FOLDER=/etc/wolf \
-v /etc/wolf/wolf:/wolf/cfg \
-v /var/run/docker.sock:/var/run/docker.sock:rw \
--device /dev/dri/
--device /dev/dri/ \
--device /dev/uinput \
--device-cgroup-rule "c 13:* rmw" \
-v /dev/shm:/dev/shm:rw \
Expand Down

0 comments on commit 2f2fe66

Please sign in to comment.