# dockerfile-for-blog **Repository Path**: prexer/dockerfile-for-blog ## Basic Information - **Project Name**: dockerfile-for-blog - **Description**: 存储用于生成个人博客docker image的Dockerfile文件。 - **Primary Language**: Docker - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 仓库基本信息描述 ## 仓库用途 存储用于构建个人博客的Dockerfile,可供其他同学参考。 具体流程: 1. 可以使用由本仓库的Dockerfile文件构建标准`docker image`,如:`docker build -t username/reponame .` 2. 使用由本仓库生成的`docker image`可以进行测试你自己的博客文章,如:`docker run -itd -p 4000:4000 --name myblog -v /path/to/yourWorkSpace:/hexo/source/_posts prexer/hexo-blog` ## 已包含的原料 1. `hexo`开发环境,见后文`Hexo文版本信息` 2. `hexo fluid`主题 3. `docker image`已支持*中文*环境 ## 版本信息 - 测定版: latest ## Hexo 版本信息 ```text Shell # hexo version INFO Validating config hexo: 5.2.0 hexo-cli: 4.2.0 os: Linux 4.15.0-96-generic linux x64 http_parser: 2.9.3 node: 10.19.0 v8: 6.8.275.32-node.55 uv: 1.34.2 zlib: 1.2.11 brotli: 1.0.7 ares: 1.15.0 modules: 64 nghttp2: 1.40.0 napi: 5 openssl: 1.1.1d icu: 66.1 unicode: 13.0 cldr: 36.1 tz: 2020a ```