Skip to content

patrick-mota/docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octopress Docker Images

This image provides an isolated full install of Octopress with all the benefits of jekyll/stable Docker image so if you are looking to do cool stuff you should check out https://github.com/jekyll/jekyll-docker too because it has a lot of neat stuff this image inherits.

Installing Octopress

docker run --rm --volume=$(pwd):/srv/jekyll -it octopress/octopress \
  octopress install

Data and mount location

Just like jekyll/stable this image uses /srv/jekyll for your data so mount your volume to /srv/jekyll and run jekyll s and you'll be good to go from there on out.

About

A docker image for Octopress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 88.5%
  • Ruby 6.2%
  • CSS 5.3%