improve README

This commit is contained in:
Philipp Kunz 2016-03-07 02:16:57 +00:00
parent 86b38145ff
commit 9e16c8e1d5

View File

@ -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
```
```
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.