Docker image for Lektor CMS
2.3K
Lektor is a flexible and powerful static content management system for building complex and beautiful websites out of flat files.
This images allows to build Lektor Web sites from CI environments.
docker pull softinstigate/lektor
https://github.com/SoftInstigate/lektor-docker
python:2.7
See the Dockerfile.
First of all, cd into a Lektor project.
To build the site:
docker run --rm -v $(pwd):/opt/lektor softinstigate/lektor build
To serve the site:
docker run --rm -v $(pwd):/opt/lektor -p 5000:5000 softinstigate/lektor server --host 0.0.0.0
Content type
Image
Digest
Size
442.2 MB
Last updated
about 7 years ago
docker pull softinstigate/lektor