2016-03-07 02:11:13 +00:00
|
|
|
# ht-docker-static
|
|
|
|
|
2016-03-07 02:16:57 +00:00
|
|
|
## Status
|
|
|
|
|
|
|
|
## Usage
|
2016-03-07 02:11:13 +00:00
|
|
|
This image is available on Dockerhub. Specify it as base image like this:
|
|
|
|
|
|
|
|
```Dockerfile
|
|
|
|
FROM hosttoday/ht-docker-static
|
2016-03-07 02:16:57 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
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.
|