This project is docker wrapper for awesome Blobby Volley 2 game. 🎮 https://github.com/danielknobe/blobbyvolley2
To run the Blobby Volleyball 2 server, use the following command:
git clone git@github.com:kiemonc/blobby-docker.git
cd blobby-docker
./server.shOr if you prefer to not clone the repository, you can run the server directly with:
docker run --rm --init -d \
-p 1234:1234/udp \
--name blobby-server \
kiemon/blobby-serverTo run the Blobby Volleyball 2 client, use the following command:
git clone git@github.com:kiemonc/blobby-docker.git
cd blobby-docker
./client.shOr if you prefer to not clone the repository, you can run the client directly with:
xhost "local:root"
docker run -it --rm --init \
--env DISPLAY \
--volume /tmp/.X11-unix:/tmp/.X11-unix \
--device /dev/dri \
--device /dev/snd \
--name blobby-client \
kiemon/blobby-client