Ark-docker
Ark-docker copied to clipboard
Docker for ARK: Survival Evolved
I think this is a _documentation_ issue ... Is there a different port setup / mapping required for getting your server listed on arkservers.net so that console players can join?...
I've followed the recommended usage section, the server runs and is accessible. It doesn't seem to be loading any values from the GameUserSettings.ini file though. I've changed and saved (and...
Hey, the README said, that docker stop will make a gracefull shutdown. But if I call docker stop ark. The last few miniutes of the game are lost. This is...
Hi again turzam, I have some problems with you arkmanager installation. Arkmanager upgrade-tools command seems to make a loop at checking update. I would really be able to update to...
It's not appropriate to use UID as an environment variable as it is a reserved internal variable in bash (and possibly other shells). 'docker run' will fail if UID parameter...
Had to do a bit of digging to figure out why I couldn't get my volume mapping to work under CentOS 7 (I'm new to Docker). On RHEL7/CentOS 7, if...
Server ist not starting after todays update. The arkserver.log has following output regarding the error: ``` /usr/local/bin/arkmanager: line 641: ulimit: open files: cannot modify limit: Operation not permitted 15:10:40: Running...
What is below is the output I get when trying to run the container. All I've done aside from first pulling the container. Followed the recommended usage section in the...
"Downloading mod 111111111 ... Mod 111111111 was not successfully downloaded" Here the word "successfully" is green. It should probably be red. Either that or the color is correct, but the...
This changes the startup script to create a crontab with all of the supported environment variables prepended to it to ensure they are available when calling to arkmanager. This fixes...