Skip to content

Commit

Permalink
Fix X11 example
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored and timower committed Oct 4, 2023
1 parent 5925ba4 commit 2717d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ docker run --rm \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v $HOME/.Xauthority:/root/.Xauthority \
--env DISPLAY \
-h (hostnamectl hostname) \
-h $(hostnamectl hostname) \
-p 2222:22 \
-it rm-docker:plain
```
Expand Down

0 comments on commit 2717d5d

Please sign in to comment.