docker build --tag="sicet7/runescape:2.2.4" <path to image folder>
xhost +local:root; nvidia-docker run -itd --device /dev/snd --net=host --name=runescape --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" --env="DISPLAY=$DISPLAY" sicet7/runescape:2.2.4
xhost +local:root; nvidia-docker start runescape