From 9e16c8e1d5d08c6a030e07580bedb3119adcabc0 Mon Sep 17 00:00:00 2001 From: Lossless Date: Mon, 7 Mar 2016 02:16:57 +0000 Subject: [PATCH] improve README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 019e4f7..54e42a2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ # ht-docker-static +## Status + +## Usage This image is available on Dockerhub. Specify it as base image like this: ```Dockerfile FROM hosttoday/ht-docker-static -``` \ No newline at end of file +``` + +By default this image serves `/srv/html`. +You can mount a volume to that path to serve any content. +Or you can cpoy content there with a new image that has ht-docker-static as base image. \ No newline at end of file