summary refs log tree commit diff
path: root/contrib/README.md
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2024-02-09 22:58:44 +0100
committerAlexander Barton <alex@barton.de>2024-03-17 22:42:15 +0100
commit934f3a0d88becd5f0434e0d1a1cf8f3195c6486d (patch)
treedeaf3b4422e2fc55b625fd56b98588fb6864de93 /contrib/README.md
parentc0b8b94550cb589cee39b4e87d8714273d3885f6 (diff)
downloadngircd-934f3a0d88becd5f0434e0d1a1cf8f3195c6486d.tar.gz
ngircd-934f3a0d88becd5f0434e0d1a1cf8f3195c6486d.zip
Add a Dockerfile and documentation to the project
Diffstat (limited to 'contrib/README.md')
-rw-r--r--contrib/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/README.md b/contrib/README.md
index 4f04dce6..fdd46495 100644
--- a/contrib/README.md
+++ b/contrib/README.md
@@ -9,6 +9,9 @@ This `contrib/` directory contains the following sub-folders and files:
 
 - `de.barton.ngircd.plist[.tmpl]`: launchd(8) property list file.
 
+- `Dockerfile`: Container definition file, for Docker or Podman for example.
+  More information can be found in the `doc/Container.md` file.
+
 - `ngindent.sh`: Script to indent the code of ngIRCd in the "standard way".
 
 - `ngircd-bsd.sh`: Start/stop script for FreeBSD.