Skip to content

zocker-160/OpenSpades-server-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

OpenSpades-server docker image

This docker image is based on the PySnip server implementation for Ace of Spades.

Instructions

To start the docker image run:

docker run -it \
 --name "OpenSpades-Server" \
 -p 32887:32887 \
zocker160/openspades-server:latest

Usage

  • -p 32887:32887 OS game server port (default 32887)
  • (optional) -v <insert/path/here>:/PySnip/feature_server:rw The location to store all your permanent files (logs, config and more)

Additional parameters:

none yet - but you can create a issue on GitHub if you have an idea or a problem ;)

Get into the server terminal

docker attach OpenSpades-Server

important: in order to detach from the server terminal press: Ctrl+p and Ctrl+q (Ctrl+c will stop the server)

The public server list can be found here.

Extra bits

Docker Hub page
GitHub page

PySnip GitHub repo
OpenSpades site

Releases

No releases published

Packages

No packages published