From d4f4ba314ae4c8d037399f74c1eaf6a0a5f76aa9 Mon Sep 17 00:00:00 2001 From: Caleb Fultz Date: Mon, 13 Nov 2023 09:51:10 -0500 Subject: [PATCH] Updated README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d11fd1..4d4cc28 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,16 @@ Because, I love boomer shooters (specifically Doom2, Doom64, and Duke Nukem 3D) * [frozenfoxx/docker-zandronum-server](https://github.com/frozenfoxx/docker-zandronum-server) * [rcdailey/zandronum-server](https://github.com/rcdailey/zandronum-server) -* [mccarrmb/docker-doom](https://github.com/mccarrmb/docker-doom) \ No newline at end of file +* [mccarrmb/docker-doom](https://github.com/mccarrmb/docker-doom) + +## What's different about yours? + +This container is built on Debian Bookworm Slim instead of the spyware known as Ubuntu. Even though they abandoned the idea years ago, (people don't forget)[https://www.eff.org/deeplinks/2012/10/privacy-ubuntu-1210-amazon-ads-and-data-leaks]. If you are able to, move your containers to Debian. + +## How to build this image locally + +``` +git clone https://github.com/cfultz/doom-docker +cd doom-docker +docker build -t cfultz/doom-docker:latest . +``` \ No newline at end of file