Sign inSign up

sito/jekyll-docker

By sito

Updated about 9 years ago

Jekyll image that includes imagemagick

Image
0

344

sito/jekyll-docker repository overview

jekyll-docker

About

Jekyll image that includes imagemagick and other useful gems.

Usage

Build:

docker run --rm -it -v "$PWD:/srv/jekyll" sito/jekyll-docker build --incremental

Serve:

docker run --rm -it -p 3000:3000 -v "$PWD:/srv/jekyll" sito/jekyll-docker serve --incremental

Tag summary

Content type

Image

Digest

Size

79 MB

Last updated

about 9 years ago

docker pull sito/jekyll-docker