https://github.com/eggplants/xeyes-docker
Run xeyes on Linux Desktop
https://github.com/eggplants/xeyes-docker
Last synced: 5 months ago
JSON representation
Run xeyes on Linux Desktop
- Host: GitHub
- URL: https://github.com/eggplants/xeyes-docker
- Owner: eggplants
- Created: 2021-09-06T01:45:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T05:41:44.000Z (about 3 years ago)
- Last Synced: 2025-03-31T01:16:45.400Z (over 1 year ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/eggplanter/xeyes
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xeyes-docker
[](https://hub.docker.com/r/eggplanter/xeyes)
Run xeyes on Linux Desktop
## Run
```bash
xhost local:
# with `docker-compose`
curl -sL https://git.io/JuYsG | docker-compose -f- up
# with `docker run`
docker run -it -e DISPLAY="$DISPLAY" \
-v /tmp/.X11-unix:/tmp/.X11-unix \
eggplanter/xeyes
# For Mac
defaults write org.xquartz.X11.plist nolisten_tcp 0
docker run -it -e DISPLAY="$DISPLAY" \
-v ~/.Xauthority:/root/.Xauthority \
eggplanter/xeyes
```
## Capture
