Ark-docker
Ark-docker copied to clipboard
arkmanager: line 196: exec: runuser: not found
Hey everyone,
I recently found this docker image and it seems really awesome but I am having some issues getting it started properly. I was able to successfully run the container and it generated all the files on my drive but there seems to be an issue with the container because whenever I run any of the arkmanager commands I get the following error:
/usr/local/bin/arkmanager: line 196: exec: runuser: not found
Here is the command I used to create my container:
docker run -it -p XXX.XXX.XXX:7778:7778 -p XXX.XXX.XXX:7778:7778/udp -p XXX.XXX.XXX:27015:27015 -p XXX.XXX.XXX:27015:27015/udp -p XXX.XXX.XXX:32330:32330 -e SESSIONNAME=myserver -e ADMINPASSWORD="mypasswordadmin" -e AUTOUPDATE=120 -e AUTOBACKUP=60 -e WARNMINUTE=30 -v C:\ark:/ark --name ark turzam/ark
Any help that could be provided would be awesome,
Thanks so much.