docker-isso
docker-isso copied to clipboard
Would be great to see an update for the new 0.12.6 isso version: https://github.com/posativ/isso/releases/tag/0.12.6
I am trying to figure out how to get this work and implement this on my hugo blog. Wondering if some documentations or help is available?
- Minimize the number of layers - Check if the configuration file exists
It is recommended that the configuration file use the extension .cfg because the isso configuration file .cfg is used as the extension.
I get this error when I try to run this container on my Unraid system: ``` OCI runtime exec failed: exec failed: container_linux.go:345: starting container process caused "exec: \"bash\": executable...
According to https://posativ.org/isso/docs/extras/deployment/ , isso ships with a built-in web server which is no optimal for production environments, this commit add wsgi servers so isso can be launched with such...