Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.61 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.61 KB

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