Skip to content

Bishaldgr8/DOOM-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ•น๏ธ DOOM in Docker

doom

Run the original DOOM game inside a Docker container using Chocolate Doom!

๐Ÿ“ฆ Prerequisites

  • Docker installed on your system
  • A DOOM WAD file (like DOOM1.WAD, DOOM2.WAD, etc.)

๐Ÿš€ Getting Started

1. Clone this repo:

git clone https://github.com/yourusername/doom-docker.git
cd doom-docker

2. Place your WAD file

Put your .WAD file inside the wad/ directory. For example:

cp /path/to/DOOM1.WAD wad/

3. Build the Docker image

docker build -t doom-container .

4. Run DOOM!

docker run -it --rm doom-container

Or using docker-compose

docker-compose up --build

๐Ÿ“ Notes

  • This uses chocolate-doom, which replicates the original DOS gameplay.
  • You must legally own the WAD file to use it.

๐Ÿ™ Credits

๐Ÿ‘ค Author

About

๐Ÿ’€ DOOM in Docker: Frag Like Itโ€™s 1993, Deploy Like Itโ€™s 2025 Relive the carnage of classic DOOM right from your terminal โ€” containerized for modern systems with Docker. No config nightmares. Just mount your WAD and raise hell. Perfect for retro gamers, DevOps nerds, and hackers who like their code with a side of BFG. Plug. Play. Frag.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors