GithubHelp home page GithubHelp logo

bhanditz / runescape-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from densaugeo/runescape-docker

0.0 2.0 0.0 136 KB

Play RuneScape in a docker container!

Dockerfile 51.73% Shell 48.27%

runescape-docker's Introduction

runescape-docker

Play RuneScape in a docker container!

Installation

Install docker (https://docs.docker.com/). It is available in most major distro's repositories.

Start docker and check which storage driver it is using:

sudo systemctl start docker
sudo docker info | grep Storage

If it's using devicemapper storage, change to overlayfs. The devicemapper driver often doesn't release unused space properly, and can quickly expand to fill the drive it's on. On Fedora, overlayfs can be turned on by editing the right config files:

sudo vi /etc/sysconfig/docker
# Add --selinux-enabled=false to the OPTIONS line

sudo vi /etc/sysconfig/docker-storage
# Add -s overlay to the DOCKER_STORAGE_OPTIONS line

sudo systemctl restart docker

Then clone this repo and run the build script:

git clone https://github.com/Densaugeo/runescape-docker.git
cd runescape-docker
sudo ./build.sh
sudo ln -s $(pwd)/run.sh /bin/runescape

If you don't want to install git, you can run the following in place of git clone:

wget https://github.com/Densaugeo/runescape-docker/archive/master.zip
unzip master.zip
mv runescape-docker-master runescape-docker

Use

Start the container by running:

sudo runescape

If you get an error that says it cannot connect to the docker daemon, the daemon may need to be started first. On SystemD distros this can be done by running sudo systemctl start docker.

Known Issues

Audio. Audio on the host OS can break. This can usually be fixed by restarting PulseAudio:

pulseaudio --kill
pulseaudio --start

Xhost security. The start script opens xhost to any client connections, which can be a security issue.

Propriety graphics drivers. I don't have a GPU new enough to be supported by proprietary drives, so they aren't tested. Open an issue if you are interested in testing them.

runescape-docker's People

Contributors

densaugeo avatar

Watchers

James Cloos avatar  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.