From 1533e21a8521310afdb0ad10f2a7581cdaa9b3ae Mon Sep 17 00:00:00 2001 From: Johannes Schickling Date: Thu, 6 Nov 2014 16:54:30 +0100 Subject: [PATCH] faq --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0b3013..a2aa56c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,6 @@ Collection of lightweight and ready-to-use docker images ## FAQ -#### Why do you use `install.sh` scripts instead of putting the commands in the `Dockerfile`? +##### Why do you use `install.sh` scripts instead of putting the commands in the `Dockerfile`? Structuring an image this way keeps it much smaller.