Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.
/ docker-hugo Public archive

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

License

Notifications You must be signed in to change notification settings

Countingup/docker-hugo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

/ $

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published