From be28df5f9e9dd56bc4c91cbe9aed58d0a867d989 Mon Sep 17 00:00:00 2001 From: Josh Knapp Date: Wed, 5 Apr 2023 10:12:59 -0700 Subject: [PATCH] Add docker requirement line --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bd90b97..1d78364 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Cloud Apache Container # This is the base container for running PHP based applications. Select the PHP version with the tags +*__You mush have docker or compatable containerization software running.__* + __You can pull this image locally by running:__ ```console