etlegacy/server

Sponsored OSS

By legacy

Updated 5 days ago

A Docker image for ET:Legacy game server.

Image
Networking
Web servers
8

10K+

etlegacy/server repository overview

Quick reference

Maintained by: ET:Legacy Developers

Where to get help: the legacy Wiki or Discord

Usage

The image does not contain the required pak0.pk3 file, so to run the server, you need to mount the etmain folder that contains the required pk3 files.

The etmain volume can also be used to add maps to the container.

> mkdir -p /opt/legacy-server/etmain
> cd /opt/legacy-server/
> wget -P etmain/ https://<URL that contains packages>/etmain/pak0.pk3
docker run -d \
  --name legacy-server1 \
  -v ${PWD}/etmain:/legacy/server/etmain \
  -p 27960:27960/udp \
  etlegacy/server

Tag summary

Content type

Image

Digest

sha256:e73decc2c

Size

103.1 MB

Last updated

5 days ago

docker pull etlegacy/server:weekly

This week's pulls

Pulls:

156

Jun 29 to Jul 5