Skip to content

larkin-keith/docker-hexoserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Hexo Server

Hexo server help you create hexo blog fast . Base for docker , Enjoy it !

How to use

Clone it :

git clone https://github.com/lavenkin/docker-hexoserver.git

Creat image :

docker build -t hexo:latest .

Creat container :

docker run -t -i -p 4000:4000 -v ~/www:/var/www hexo:latest

My default port 4000 map local 4000 and VOLUME map local ~/www , set yourself

then it will create a named hexo folder in your volume .

Result

visit http://localhost:4000

More

You can read more infomation in Hexo .

About

Hexo server help you create hexo blog fast

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages