GithubHelp home page GithubHelp logo

sr457 / docker-ark Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 5.0 133 KB

Unofficial docker image for ARK: Survival Evolved - http://store.steampowered.com/app/346110/

License: GNU General Public License v2.0

Shell 100.00%

docker-ark's Introduction

Unofficial docker image for ARK: Survival Evolved - http://store.steampowered.com/app/346110/

Possibly the easiest way yet to create your own ARK: Survival Evolved server!
Just follow the instructions and you'll be up and running in minutes!

If you're experiencing issues using this docker image please report them on Github

Features

  • Allows you to run an ARK: Survival Evolved server via Docker
  • Automatic backup before container startup/update

Preparations

  • Create /data/ark on your system and give permissions to user with UID 1000:
    mkdir /data/ark; chown 1000 -R /data/ark/
  • On the docker host increase the ulimits for open files as recommended by ARK devs here: http://steamcommunity.com/app/346110/discussions/0/594820656471833280/
    • Edit /etc/sysctl.conf and set:
      fs.file-max=100000

    • Edit /etc/security/limits.conf and set these limits:
      soft nofile 100000
      hard nofile 100000

    • Edit /etc/pam.d/common-session and add the line:
      session required pam_limits.so

      Finally execute: sysctl -p or reboot the machine.

  • Create your server configuration file

Usage

  • Pull the docker-ark image:
    docker pull phantium/ark

  • Launching a server container:
    docker run -d --restart=on-failure:5 -v /data/ark:/data/ark -p 27015:27015/udp -p 7778:7778/udp --name=ark phantium/ark

  • Updating a server container
    docker restart ark

  • Starting a stopped server container
    docker start ark

  • Stopping a server container
    docker stop ark

Optional variables

  • CHECKFILES Set this variable to true in order to validate installation files, this is off by default as it slows down startup a lot.
    • If you want to validate an existing server, remove it first and set the CHECKFILES variable in the run command like so:
      docker run -d -e CHECKFILES="true" --restart=on-failure:5 -v /data/ark:/data/ark -p 27015:27015/udp -p 7778:7778/udp --name=ark phantium/ark

docker-ark's People

Contributors

ckdevos avatar phantium avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.