Sign inSign up

softinstigate/lektor

By softinstigate

Updated about 7 years ago
Archived

Docker image for Lektor CMS

Image
2

2.3K

softinstigate/lektor repository overview

Build Status Docker Stars Docker Pulls

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

Github repository

https://github.com/SoftInstigate/lektor-docker

Base image

python:2.7

Installed packages

See the Dockerfile.

Examples

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

Tag summary

Content type

Image

Digest

Size

442.2 MB

Last updated

about 7 years ago

docker pull softinstigate/lektor