Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 559 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 559 Bytes

Docker for ARK: Survival Evolved

Features

Install from sources

edit the top of the Makefile to feet to your need.

make build

prepare the volume

make volume

run the docker

make run

SystemD

to manage the docker using systemd:

make systemd-service

It will create the service file and an environment file.