Sign inSign up

zombaksteam/hl-base-server

By zombaksteam

•Updated about 6 years ago

HL 1.6 Server Base

Image
1

897

zombaksteam/hl-base-server repository overview

⁠HL 1.6 Server Base

This is base image for pure clear Half-Life 1.6 server

Docker image: https://hub.docker.com/repository/docker/zombaksteam/hl-base-server⁠

⁠How to test image

docker run --rm \
 --network host \
 --name hl-base-server-test \
 -e HL_SERVER_IP="127.0.0.1" \
 -e HL_SERVER_PORT="27015" \
 -v /etc/timezone:/etc/timezone:ro \
 -it zombaksteam/hl-base-server:latest

⁠How to run server

docker run -d \
 --network host \
 --restart=always \
 --name hl-base-server \
 -e HL_SERVER_IP="127.0.0.1" \
 -e HL_SERVER_PORT="27015" \
 -v /etc/timezone:/etc/timezone:ro \
 -it zombaksteam/hl-base-server:latest

⁠How to attach to console

docker attach --detach-keys="ctrl-a,c" hl-base-server

⁠How to dettach from console

Simple press Ctrl+A and then C

⁠ENV config variables

HL_SERVER_IP   # Public server IP
HL_SERVER_PORT # Public server port
HL_SERVER_MAP  # Server start map
SYS_TICRATE    # Server ticrate
NUM_EDICTS     # Server num edicts
MAXPLAYERS     # Server max players

Tag summary

Content type

Image

Digest

Size

697.3 MB

Last updated

about 6 years ago

docker pull zombaksteam/hl-base-server