An open API service indexing awesome lists of open source software.

https://github.com/gio3k/sbox-server-wine-docker

s&box server container using Debian & Wine
https://github.com/gio3k/sbox-server-wine-docker

sbox sbox-game sboxgame

Last synced: 6 months ago
JSON representation

s&box server container using Debian & Wine

Awesome Lists containing this project

README

          

# sbox-server-wine-docker
s&box server container using Alpine Linux & Wine

## Quick Setup
```
# Latest Public Build
sudo docker run giodotblue/sbox-server:latest +game facepunch.walker

# Latest Staging Build
sudo docker run giodotblue/sbox-server:staging-latest +game facepunch.walker

# Specific Staging Build
sudo docker run giodotblue/sbox-server:staging-17-06-2025 +game facepunch.walker
```

## Usage
Make sure [Docker and Docker Compose](https://docs.docker.com/engine/install/) are installed.

Edit the docker-compose.yml to your liking and then run:
```
docker compose up -d
```