Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
klakegg committed Jan 23, 2018
1 parent caa5044 commit 7e04ce1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Minimal docker image for [Hugo](http://gohugo.io/).
The image sets `destination` during build and `bind` when started as server, otherwise no magic.


## Available tags

Default minimal image based upon busybox:
* Hugo 0.34: `busybox`, `0.34-busybox`, `0.34`, `latest` ([Dockerfile](https://github.com/klakegg/docker-hugo/blob/0.34/Dockerfile))

Minimal image based upon alpine:
* Hugo 0.34: `alpine`, `0.34-alpine` ([Dockerfile](https://github.com/klakegg/docker-hugo/blob/0.34/Dockerfile-alpine))


## Using image

This image does not try to do any fancy. Users may use Hugo just as they are used to.
Expand Down

0 comments on commit 7e04ce1

Please sign in to comment.