An open API service indexing awesome lists of open source software.

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.

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.