docker-hugo
docker-hugo copied to clipboard
Docker image for hugo static page generator (https://gohugo.io)
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...