sandstorm-server/README.md

18 lines
925 B
Markdown
Raw Normal View History

2018-12-18 16:51:57 +00:00
![](https://github.com/AndrewMarchukov/insurgency-sandstorm-server-dockerize/blob/master/sandstorm-logo.png)
![](https://github.com/AndrewMarchukov/insurgency-sandstorm-server-dockerize/blob/master/docker-logo.jpg)
2018-12-18 13:59:42 +00:00
## How to build
cd directory where ```Dockerfile```
2018-12-18 19:16:15 +00:00
```docker build -t sandstorm:latest .```
or take image ```docker pull andrewmhub/sandstorm```
2018-12-18 13:59:42 +00:00
## How to launch
Running multiple instances (use PORT, QUERYPORT and HOSTNAME) if need other(custom) settings file use --volume:
```
2018-12-18 14:01:05 +00:00
docker run -d --net=host -e HOSTNAME="MY SERVER" -e PORT=1111 -e QUERYPORT=2222 \
--name=sandstorm-dedicated \
--volume mydirectory/ini/Engine.ini:/home/steam/steamcmd/sandstorm/Insurgency/Saved/Config/LinuxServer/Engine.ini:ro \
sandstorm:latest
2018-12-18 13:59:42 +00:00
```
2018-12-18 16:31:31 +00:00
Examples config files see directory ```config```
2018-12-18 16:30:26 +00:00
2018-12-18 16:31:31 +00:00
### Official documentation: [Server Admin Guide](https://docs.google.com/document/d/1GDLg5p9jjeIya7EgBk0ibzDtDlyQ-U_jpspOzby-JmM)