Skip to content

Dockerfile to create an Alien Swarm: Reactive Drop server

License

Notifications You must be signed in to change notification settings

dwurf/docker-alienswarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-alienswarm

Dockerfile for running an Alien Swarm: Reactive Drop server under wine

Requirements

1GB RAM and 5GB free disk space are essential.

Simple start

docker run -d -t --name alienswarm \
    -p 27015:27015/tcp \
    -p 0.0.0.0:27015:27015/udp \
    -v $HOME/alienswarm:/steam \
    dwurf/docker-alienswarm:latest

Variables

Not implemented yet.

Building the image

docker build .

About

Dockerfile to create an Alien Swarm: Reactive Drop server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages