aboutsummaryrefslogtreecommitdiff
path: root/docker/images/README.md
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-01-30 21:06:15 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-01-30 21:06:15 +0100
commita3cf8b4df83b83ed497f387a539f8530b7dc9888 (patch)
tree4bbbe157e9c09a970af414620f5f7200b43b820c /docker/images/README.md
parente2aa562959cd337c976f3d81ec1c65afe667c7b8 (diff)
Adds README content and GPL
Diffstat (limited to 'docker/images/README.md')
-rw-r--r--docker/images/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docker/images/README.md b/docker/images/README.md
new file mode 100644
index 0000000..1908828
--- /dev/null
+++ b/docker/images/README.md
@@ -0,0 +1,7 @@
+# Docker Images
+
+This folder contains custom Dockerfiles for building custom Docker images.
+
+## Structure
+- Each subfolder represents a custom image (e.g., `docker-acid-banger`).
+- Each subfolder contains a 'Dockerfile' and any necessary files for building the image.