Unofficial docker image for ARK: Survival Evolved - http://store.steampowered.com/app/346110/
3.3K
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
mkdir /data/ark; chown 1000 -R /data/ark/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.
mkdir -p /data/ark/arkdedicated/ShooterGame/Saved/Config/LinuxServer/data/ark/arkdedicated/ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini
go to http://steamcommunity.com/app/346110/discussions/0/615086038673139870/ for a list of configuration optionsPull 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
enablecheats ADMINPASScheat saveworldStarting a stopped server container
docker start ark
Stopping a server container
docker stop ark
enablecheats ADMINPASScheat saveworlddocker 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/arkContent type
Image
Digest
sha256:1e254db2d…
Size
68.9 MB
Last updated
about 11 years ago
docker pull phantium/ark