A classic, single-player Pong game featuring retro, monochrome themes, and adjustable difficulties.
1.4K
Retro Pong is a lightweight, web-based recreation of the classic arcade tennis game, wrapped in a nostalgic CRT aesthetic. Built with React, TypeScript, and Vite, this Docker image serves the optimized production build using a high-performance Nginx server.
Brought to you by Level 1 Apps (L1Apps).
Website: https://l1apps.com
GitHub: https://github.com/l1apps/Retro-Pong
From Docker Hub:
docker run -d \
-p 2700:80 \
--name retro-pong \
--restart unless-stopped \
l1apps/retro-pong:latest
From GitHub Container Registry:
docker run -d \
-p 2700:80 \
--name retro-pong \
--restart unless-stopped \
ghcr.io/l1apps/retro-pong:latest
Navigate to http://localhost:2700 to play.
services:
retro-pong:
image: l1apps/retro-pong:latest
# Alternative: ghcr.io/l1apps/retro-pong:latest
container_name: retro-pong
ports:
- "2700:80"
restart: unless-stopped
docker compose up -d
self-hosted, docker, game, pong, retro, html5, crt, arcade, lightweight, fun, nostalgia
Please visit our website for support: https://l1apps.com/retro-pong
Content type
Image
Digest
sha256:48ca1ed1c…
Size
21.6 MB
Last updated
10 months ago
docker pull l1apps/retro-pong