Skip to content

alex-tu-cc/docker-jekyll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

docker-jekyll

the docker of jekyll which based on Ubuntu.

$docker run --rm -v /etc/localtime:/etc/localtime -v ${path-to-jekyll-on-host}:/srv/jekyll -it -p ${port-in-jekyll-config}:${port-in-jekyll-config} --name docker-jekyll-test alextucc/docker-jekyll

For example, in my case of alex-tu-cc.github.io

$ docker run --rm -v /etc/localtime:/etc/localtime -v /home/alextu/private/blog/alex-tu-cc.github.io:/srv/jekyll -it -p 4001:4001 --name docker-jekyll-test alextucc/docker-jekyll

About

the docker of jekyll which based on Ubuntu.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages