Doom-In-Docker icon indicating copy to clipboard operation
Doom-In-Docker copied to clipboard

Containerized Doom, playable in a web browser using JS-DOS.

Containerized Doom

The /doom directory contains the actual web app that runs doom via JS-DOS on a webserver. Inside the /doom folder run:

npm install
npm start

Doom should now be playable on http://127.0.0.1:8080

Running as a Container

The Doom web app is also containerized (because why not?) via Docker. The image is available on DockerHub here. An example docker-compose.yaml is present in the root of the repository.

A working example is deployed here showcasing "DoOm aS a CoNtAiNeRiZeD WeB SeRvIcE"