/docker-hugo

A minimal docker image for Hugo which is a static site generator written in Go.

Primary LanguageDockerfileMIT LicenseMIT

Hugo

Docker Automated build

A minimal docker image for Hugo which is a static site generator written in Go.

Based on the latest BusyBox 1.29 image from Docker Hub.

Build locally

$ cd docker-hugo
$ docker build -t countingup/hugo .

Run (will pull from dockerhub)

# Default (will output version)
$ docker run countingup/hugo

Hugo Static Site Generator v0.48 linux/amd64 BuildDate: 2018-08-29T06:33:51Z


# For interactive use (with tty)
$ docker run -it countingup/hugo /bin/sh

/ $