Hugo framework docker image
Hugo is a static HTML and CSS website generator written in Go. See this link : Hugo.
You can find the pre-build docker image on Docker Hub.
Pull it :
docker pull jcreach/hugo-framework
Run it like that :
docker run -name hello-hugo -p 1313:1313 -v c:\path\to\hugo\project:c:\hugo-site -e HUGO_BASEURL=http://localhost jcreach/hugo-framework:latest
docker build --pull --rm -f "dockerfile" -t <image_name>:<tag> .