https://github.com/jaredallard/docker-parsec
Parsec in a Docker container
https://github.com/jaredallard/docker-parsec
docker parsec
Last synced: 8 months ago
JSON representation
Parsec in a Docker container
- Host: GitHub
- URL: https://github.com/jaredallard/docker-parsec
- Owner: jaredallard
- License: mit
- Created: 2018-04-28T05:17:00.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-05-27T20:11:08.000Z (9 months ago)
- Last Synced: 2025-05-27T21:24:52.420Z (9 months ago)
- Topics: docker, parsec
- Language: Dockerfile
- Size: 58.6 KB
- Stars: 27
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parsec
Parsec in a docker container with X11 and PulseAudio forwarding.
```bash
git clone https://github.com/jaredallard/docker-parsec
./parsec
```
## Benefits
* Easily removable and versioned
* Works on ALL linux distributions that can run Docker (even Gentoo)
* Sandboxed (remote connects to X and PulseAudio)
* ???
## Prerequisites
* [Docker](https://docs.docker.com/engine/install/)
## Tags
* `main` latest parsec client version
**Note**: The binary is NOT able to update itself, so you may need to update
your container at some point. The container has no state configured by
default.
## FAQ
### How do I enable persistence?
You'll need to bind mount the `/home/parsec/.parsec` directory inside
the container somewhere on your host (e.g., `-v $HOME/.parsec:/home/parsec/.parsec`).
Currently, you'll need to modify the `parsec` script to do this.
## License
MIT