Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

lanarama/ark-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

LANARAMA ARK SERVER

Dockerized ARK Server. As the Image is quite large (~8GB) it will not be pushed to Dockerhub as frequent. To build a recent version, just call `docker build . -t lanarama/ark-server``

Launch options

Launch options are parsed by the ENV. Following are REQUIRED(!!):

  • ARK_SERVERNAME
  • ARK_JOINPASSWORD
  • ARK_ADMINPASSWORD

You can spin up a server using e.g. docker run -e ARK_SERVERNAME="test" -e ARK_JOINPASSWORD="test" -e ARK_ADMINPASSWORD="todo" lanarama/ark-server

Releases

No releases published

Packages

No packages published

Languages