From c9a5914312e44b9733da831707eaa7923f2810d8 Mon Sep 17 00:00:00 2001 From: Andrew Marchukov Date: Tue, 18 Dec 2018 17:59:42 +0400 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc67fd0 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# insurgency: sandstorm server dockerize +## How to build +cd directory where ```Dockerfile``` +``` +docker build -t sandstorm:latest . +``` +## How to launch +Running multiple instances (use PORT, QUERYPORT and HOSTNAME) if need other(custom) settings file use --volume: +``` +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 +``` + +examples config files see directory ```config```