Giter VIP home page Giter VIP logo

docker-parsec's Introduction

parsec

Parsec in a docker container

docker pull ghcr.io/jaredallard/docker-parsec
./parsec

Benefits

  • Easily removable and versioned
  • Works on ALL linux distros that can run Docker (even Gentoo)
  • Sandboxed (remote connects to X and Pulseaudio)
  • ???

Tags

  • latest latest parsec client version
  • 146 28th April 2018 (-18)
  • 146-18 15th June 2018

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 configure so you should just have to docker pull ghcr.io/jaredallard/docker-parsec:<version> and re-run ./parsec

Persistence

Bind mount $HOME/.parsec -> /home/parsec/.parsec i.e: -v $HOME/.parsec:/home/parsec/.parsec

Setup Docker

After following setup instructions below (EXCEPT GENTOO), run this:

$ systemctl enable docker
$ systemctl start docker

Arch: pacman -S xorg-xhost docker

Ubuntu / Debian:

$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
$ sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
$ sudo apt-get update
$ sudo apt-get install -y docker-ce

Gentoo:

First you'll need build your kernel following this guide.

Then rebuild your kernel via buildkernel, if you have it from Sakaki's guide or genkernel (stock), once it's done restart your computer

Install Docker

$ sudo emerge -av docker

Verify you configured the kernel properly /usr/share/docker/contrib/check-config.sh

Note: You can safely ignoring missing features, like, Storage Drivers if you're not using them, i.e zfs but you only use ext4,btrfs,etc.... You can also ignore CONFIG_NF_NAT_[T]FTP+

Start docker via sudo rc-service docker start, verify it started with sudo rc-service docker status. If it didn't crash you're good. You should add it to default via sudo rc-update add docker default

License

MIT

docker-parsec's People

Contributors

deathlessdd avatar jaredallard avatar shanemcc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.