Alpine Linux versions of the Tilted Evolution / Skyrim Together Reborn Docker images
3.0K
This repository contains custom Docker images for the Tilted Evolution / Skyrim Together Reborn project using a base of Alpine Linux. There is also a Docker image and Pterodactyl egg for easily running the game server using Pterodactyl.
I am not affiliated with the Tilted Evolution or Pterodactyl development teams, projects, or any other related teams or pojects.
docker build -t tiltedevolution-builder:latest -f Dockerfile.builder .docker build -t tiltedevolution-server:latest -f Dockerfile .
master branch. Specific tag versions can be used instead.docker build -t tiltedevolution-server:1.3.2 --build-arg BRANCH=v1.3.2 -f Dockerfile .docker build -t tiltedevolution-pterodactyl:latest -f Dockerfile.pterodactyl .
latest tag of the tiltedevolution-server base image. Specific tag versions can be used instead.docker build -t tiltedevolution-pterodactyl:1.3.2 --build-arg VERSION=1.3.2 -f Dockerfile.pterodactyl .The original wiki information should still be used, but with the new image.
Example:
mkdir -p /opt/docker/skyrimserver/{config,logs,Data}
docker run -d -it --name skyrimserver -p 10578:10578/udp \
-v /opt/docker/skyrimserver/config:/home/server/config \
-v /opt/docker/skyrimserver/Data:/home/server/Data \
-v /opt/docker/skyrimserver/logs:/home/server/logs \
ad3m3r5/tiltedevolution-server:latest
This is for running a managed and containerized game server using Pterodactyl.
Download the egg-tilted-evolution.json egg definition
Adding the Nest & Egg
egg-tilted-evolution.jsonCreating a Server
Configuring the Server
STServer.ini file upon shutdown.STServer.ini:
Updating the Server
Content type
Image
Digest
sha256:0f3b97a12…
Size
13.4 MB
Last updated
9 months ago
docker pull ad3m3r5/tiltedevolution-server