Skip to content

Dockerfile for the Bludit - simple, fast, secure, flat-file CMS

Notifications You must be signed in to change notification settings

pdacity/bludit_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Bludit Docker Image (Alpine based)

You can run Bludit as a Docker container. Image based in Alpine Linux 3.7, php 5.6 and latest bludit 3.8.1.

Docker Hub

Run the container

$ docker run --name bludit -p 8000:80 -d pdacity/bludit_docker:latest

To get access go with your browser to http://localhost:8000

Stop the container

$ docker stop bludit

Delete the container

$ docker rm bludit

Delete the image

$ docker rmi pdacity/bludit_docker:latest

About

Dockerfile for the Bludit - simple, fast, secure, flat-file CMS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published