Skip to content

Run DOOM anywhere with this Docker container. It includes crispy-doom and NOVNC support, letting you enjoy the classic FPS game through a web browser.

License

Notifications You must be signed in to change notification settings

B0nam/DOCKER-DOOM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOCKER-DOOM

Welcome to DOCKER-DOOM, your gateway to experiencing the classic game DOOM right from your browser within a Docker container using noVNC.

Banner

Overview

DOCKER-DOOM offers a hassle-free way to enjoy DOOM by encapsulating it within a Docker container, made accessible through noVNC. Whether you prefer building the container based on our Dockerfile or running it directly from a pre-built image.

Usage

Building from Dockerfile

  1. Clone the Repository: Begin by cloning the DOCKER-DOOM repository to your local machine.
git clone https://github.com/b0nam/DOCKER-DOOM.git
  1. Build the Docker Image: Navigate into the project directory and build the Docker image using the provided Dockerfile.
cd DOCKER-DOOM/Docker
docker build -t docker-doom .
  1. Run the Docker Container: Once the image is built, start the Docker container, exposing the necessary ports.
docker run -p 8080:8080 b0nam/docker-doom

You can optionally set the TIGER_VNC_PASSWORD environment variable to customize the VNC password.

Running from Docker Hub

Alternatively, you can run DOCKER-DOOM directly from a pre-built image available on Docker Hub. (b0nam/docker-doom)

docker run -d -p 8080:8080 b0nam/docker-doom
  1. Access DOOM: Open your web browser and navigate to http://localhost:8080 to start playing DOOM. Customize the container configuration or mount game files as needed to enhance your gaming experience. The default NoVNC password is PASSWORD.

PREVIEW

About

Run DOOM anywhere with this Docker container. It includes crispy-doom and NOVNC support, letting you enjoy the classic FPS game through a web browser.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published