Skip to content

kiemonc/blobby-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blobby Volleyball 2 Docker 🏐🐳

This project is docker wrapper for awesome Blobby Volley 2 game. 🎮 https://github.com/danielknobe/blobbyvolley2

Server 🖥️

To run the Blobby Volleyball 2 server, use the following command:

git clone git@github.com:kiemonc/blobby-docker.git
cd blobby-docker
./server.sh

Or 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-server

Client 🕹️

To run the Blobby Volleyball 2 client, use the following command:

git clone git@github.com:kiemonc/blobby-docker.git
cd blobby-docker
./client.sh

Or 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

About

Docker wrapper for awesome Blobby Volley 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors