playdeb docker container for installing games from playdeb and running them on non-ubuntu.
1.0K
Dockerfile and script for installing and launching games from playdeb on non-ubuntu distros. In order to sidestep the problem of creating a FrankenDebian on my
Playdeb, a popular source for Free(as in Freedom, I think) video games for the Ubuntu platform, only packages for Ubuntu. If you try to use the Playdeb reporitosires on Debian, then you're going to end up with dependency managment issues that will quickly make your system a complicated, insecure mess. One way to avoid this issue is to add the Playdeb repository to the base Ubuntu Docker image and install and run the applications in containers based on that image. This repo contains a script to build such a base image and a convenient script to work inside it.
This helps you install games from PlayDeb without accidentally creating a FrankenDebian. To use it, run the command:
playdeb
with one of the following arguments:
add $package: Install a package in a container based on the PlayDeb-enabled container
remove $package: Remove a container with a PlayDeb-installed package
search $package: Search for a package to install
launch $package: Launch a package from inside a container
Passing no arguments or an invalid argument will display this help message.
playdeb add freeciv #install freeciv
playdeb launch freeciv #start playing freeciv
Content type
Image
Digest
Size
150.7 MB
Last updated
over 8 years ago
docker pull eyedeekay/playdeb