Run the original DOOM game inside a Docker container using Chocolate Doom!
- Docker installed on your system
- A DOOM WAD file (like
DOOM1.WAD,DOOM2.WAD, etc.)
git clone https://github.com/yourusername/doom-docker.git
cd doom-dockerPut your .WAD file inside the wad/ directory. For example:
cp /path/to/DOOM1.WAD wad/docker build -t doom-container .docker run -it --rm doom-containerdocker-compose up --build- This uses
chocolate-doom, which replicates the original DOS gameplay. - You must legally own the WAD file to use it.
- GitHub: bishaldgr8
- ๐ง Email: bishalboroorborah@gmail.com
