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.
$ cd docker-hugo
$ docker build -t countingup/hugo .
# 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
/ $