https://github.com/frantjc/zoroark
Play Linux Steam games on macOS using containers.
https://github.com/frantjc/zoroark
Last synced: 4 months ago
JSON representation
Play Linux Steam games on macOS using containers.
- Host: GitHub
- URL: https://github.com/frantjc/zoroark
- Owner: frantjc
- License: mit
- Created: 2023-12-23T01:24:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-23T01:25:23.000Z (over 1 year ago)
- Last Synced: 2024-11-08T12:36:59.932Z (6 months ago)
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# zoroark
```sh
# No auth
docker run -e DISPLAY=host.docker.internal:0 xeyes# For auth...
# Get cookie
xauth list
$HOSTNAME:0 MIT-MAGIC-COOKIE-1 $COOKIE
...# Add entry in container (somehow; could mount or run this command while inside)
xauth add host.docker.internal:0 MIT-MAGIC-COOKIE-1 $COOKIE
```NO way to use graphical Steam installation's authenticated session with `steamcmd`: must prompt for re-login.