Hugo Docker container, powered by Debian Linux and Hugo latest release
3.3K
Hugo Docker container, powered by Alpine Linux and Hugo latest release available at GitHub repository.
To run this image (and to build your pages), you can simply run:
docker run --rm -it -p 1313:1313 -v /host/mysite:/site madduci/docker-hugo server --bind "0.0.0.0"
Beware as entrypoint the application hugo is exposed
By default, Hugo will run on 127.0.0.1 (default configuration): this will make Hugo unreachable from outside the docker container.
To override this behaviour, just give the extra --bind "X.X.X.X" parameter to serve the specific IP.
Content type
Image
Digest
sha256:38f1d93d4…
Size
41.7 MB
Last updated
3 days ago
docker pull madduci/docker-hugo