Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Port14242
TCP/UDPUDP


Docker Image

Dockerfile> vi buildDocker.sh

Code Block
titleDockerfile
FROM CONTAINER=barotrauma
IMAGE=mono:latest
docker stop $CONTAINER

CMD [ "mono",  "./TestingConsoleApp.exe" ]docker rm $CONTAINER
DIR=`pwd -P`

docker run --name $CONTAINER \
--restart=always \
-v $DIR/server:/server \
-p 14242:14242 \
--entrypoint "/server/Launch_BarotraumaServer" \
-d $IMAGE

docker logs -f $CONTAINER


tar xvf 

> wget https://raw.githubusercontent.com/Regalis11/Barotrauma/master/Barotrauma/BarotraumaShared/serversettings.xml



Reference

ReferenceURL
Download Linkhttp://undertowgames.com/games/barolegacy/
Server Setup Video

Widget Connector
urlhttps://www.youtube.com/watch?v=q9be-K_m6bw

Readme fileREADME.txt
Mono Office Docker Imagehttps://hub.docker.com/_/mono?tab=description
Mono Projecthttps://www.mono-project.com/

...