Docker image to run Bludit without the need to configure anything
3.3K
This repository serves as a base for the laugmanuel/bludit Docker image: https://github.com/laugmanuel/bludit-docker
The image uses a sane nginx config from h5bp and some modified settings based on Bludit Nginx config.
FROM: alpine:stableThe image uses the nginx user with id 555.
docker run -p 8080:8080 \
-v $(pwd)/bl-plugins:/usr/share/nginx/html/bl-plugins \
-v $(pwd)/bl-themes:/usr/share/nginx/html/bl-themes \
-v $(pwd)/bl-content:/usr/share/nginx/html/bl-content \
-it laugmanuel/bludit:latest
Content type
Image
Digest
sha256:3c57c1980…
Size
20.9 MB
Last updated
over 3 years ago
docker pull laugmanuel/bludit