aboutsummaryrefslogtreecommitdiff
path: root/docker/images/README.md
diff options
context:
space:
mode:
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.