This docker image is based on the PySnip server implementation for Ace of Spades.
To start the docker image run:
docker run -it \
--name "OpenSpades-Server" \
-p 32887:32887 \
zocker160/openspades-server:latest
-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)
none yet - but you can create a issue on GitHub if you have an idea or a problem ;)
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)