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
- Host: GitHub
- URL: https://github.com/gio3k/sbox-server-wine-docker
- Owner: gio3k
- License: mit
- Created: 2024-12-09T09:52:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-17T11:17:34.000Z (about 1 year ago)
- Last Synced: 2025-06-17T11:39:42.433Z (about 1 year ago)
- Topics: sbox, sbox-game, sboxgame
- Language: Dockerfile
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```