From 97e9019202da295c534da12802e2bfd954454d3d Mon Sep 17 00:00:00 2001 From: Archie-Sharma <72157515+Archie-Sharma@users.noreply.github.com> Date: Thu, 1 Oct 2020 19:29:21 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 437c9be..434d2c0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ -docker-nginx +Docker-Nginx ============ A simple Nginx image for Docker to serve static websites. It will serve anything in the directory `/var/www`. +# What is Docker? +Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. + + You'll need to use a `Dockerfile` to build an image with your site in it. For example, if your site is in a directory called `src/`, you could create this `Dockerfile`: FROM orchardup/nginx