Skip to content

CallumHoughton18/Doom-In-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"