# zrlog-simple-docker **Repository Path**: xchun/zrlog-simple-docker ## Basic Information - **Project Name**: zrlog-simple-docker - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2015-08-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #zrlog-simple-docker ## zrlog-simple 简介 zrlog-simple 是一款轻量级的开源免费的博客程序,是zrlog的缩小版本,主要表现为使用了`sqlite` + `simplewebserver` 页面渲染使用了 freemarker 。不依赖于任何J2EE容器 ## 构建部署 `git clone https://git.oschina.net/xchun/zrlog-simple-docker.git` `sudo docker build -t zrlog-simple .` `sudo docker run -t -p 16059:80 zrlog-simple` 使用浏览器打开 `http://localhost:16059` Dockerfile 中使用了 [zrlog-simple](http://git.oschina.net/94fzb/zrlog-simple) ## 其他 演示地址1:[http://zrlog-simple-docker-xchun90.myalauda.cn](http://zrlog-simple-docker-xchun90.myalauda.cn) 演示地址2:[http://simple.zrlog.com](http://simple.zrlog.com)