Skip to content

Dockerfile and config for Half-Life 1 dedicated server

Notifications You must be signed in to change notification settings

rufusl/hlds-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hlds-docker

Dockerfile for Half-Life 1 dedicated server

Starting

Create the image with docker build -t hldsimage .

If it doesn't work on the first time, try running the image build again. Sometimes the app_update from Steam just fails.

Run a new container with docker run --name hlds -p 27015:27015 -p 27015:27015/udp -p 26900:26900/udp -p 27020:27020/udp hldsimage

About

Dockerfile and config for Half-Life 1 dedicated server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages