docker-hugo icon indicating copy to clipboard operation
docker-hugo copied to clipboard

Docker image for hugo static page generator (https://gohugo.io)

Results 23 docker-hugo issues
Sort by recently updated
recently updated
newest added

It would be quite helpful to be able to pass additional arguments to the `hugo` command - for example, in my tests, I have various config files that I want...

I've been trying to be good at only pulling Docker images that have been cryptographically signed by setting the `DOCKER_CONTENT_TRUST` environment variable. In the case of pulling NodeJS images, everything...

Docker's _Security_ guide has a [Conclusions](https://docs.docker.com/engine/security/security/#conclusions) section that recommends, for added security, configuring a non-root user. For example, all `node` images have a `node` user that can be accessed by...