improve README
This commit is contained in:
parent
86b38145ff
commit
9e16c8e1d5
@ -1,7 +1,14 @@
|
|||||||
# ht-docker-static
|
# ht-docker-static
|
||||||
|
|
||||||
|
## Status
|
||||||
|
|
||||||
|
## Usage
|
||||||
This image is available on Dockerhub. Specify it as base image like this:
|
This image is available on Dockerhub. Specify it as base image like this:
|
||||||
|
|
||||||
```Dockerfile
|
```Dockerfile
|
||||||
FROM hosttoday/ht-docker-static
|
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.
|
Loading…
Reference in New Issue
Block a user