Skip to content

Commit

Permalink
Merge pull request #19 from LaneaLucy/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
bedrin authored Jan 24, 2024
2 parents 1030e9a + bc6ddce commit cd86a42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ docker run --name docker-x-server --device=/dev/input --device=/dev/console --de

If you need input (like keyboard or mouse) you also need to bind `/run/udev/data` folder to your container:
```
```
docker run --name docker-x-server --device=/dev/input --device=/dev/console --device=/dev/dri --device=/dev/fb0 --device=/dev/tty --device=/dev/tty1 --device=/dev/vga_arbiter --device=/dev/snd --device=/dev/psaux --cap-add=SYS_TTY_CONFIG -v /run/udev/data:/run/udev/data docker-x-server:latest
```

Expand Down Expand Up @@ -72,4 +71,4 @@ docker run --name docker-x-server --device=/dev/input --device=/dev/console --de

```
docker run --rm -it -e DISPLAY=:0 -v xsocket:/tmp/.X11-unix:ro stefanscherer/xeyes
```
```

0 comments on commit cd86a42

Please sign in to comment.