diff --git a/content/en/installation/_common/04-docker.md b/content/en/installation/_common/04-docker.md index 24f5cd942f..f3f3225617 100644 --- a/content/en/installation/_common/04-docker.md +++ b/content/en/installation/_common/04-docker.md @@ -8,3 +8,15 @@ docker pull klakegg/hugo [Docker images]: https://hub.docker.com/r/klakegg/hugo [Erlend Klakegg Bergheim]: https://github.com/klakegg + + +[Florin Lungu] maintains [Docker images] based on images for Alpine Linux, Busybox, Debian and Ubuntu. + +NB. This is a fork of [Erlend Klakegg Bergheim] that is automated and will provide updated docker images based on latest versions of Hugo + +```sh +docker pull floryn90/hugo +``` + +[Docker images]: https://hub.docker.com/r/floryn90/hugo +[Florin Lungu]: https://github.com/floryn90