Skip to content

Commit 04ebb4c

Browse files
Merge pull request #210 from RobotControlStack/gamal/fix_minor_bug_in_readme
fix(README): fix docker x access command
2 parents c549d3c + cca517a commit 04ebb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pip install -ve .
3838

3939
### (GUI) allow X access (host)
4040
`export XAUTHORITY=${XAUTHORITY:-$HOME/.Xauthority}`
41-
`xhost +si:localuser:root`
41+
`xhost +local:docker`
4242

4343
### Run container with GUI + GPU + HW and open a shell
4444
`docker-compose -f docker/compose/base.yml -f docker/compose/gui.yml -f docker/compose/gpu.yml -f docker/compose/hw.yml run --rm run bash`

0 commit comments

Comments
 (0)