Sign inSign up

xyzzpwn/hexo

By xyzzpwn

•Updated 7 months ago

Image
2

6.5K

xyzzpwn/hexo repository overview

⁠Github:

https://github.com/onlysleep/auto_docker⁠

⁠docker_hexo

中文⁠ English⁠

⁠Introduction

Use github action to continuously build the latest nodejs docker image that can be used for hexo, and publish it to dockerhub The frequency is 7.30 a.m. every Monday in Beijing time

⁠The image includes the following software and configuration

  • nodejs-latest
  • npm
  • git
  • curl
  • wget
  • autojump
  • vim
  • zsh
  • hexo-cli
  • .vimrc

⁠Method of Use

Start by downloading the latest docker image

docker pull xyzzpwn/hexo

Then use the following command

docker run -it --rm -p 4000:4000 -v /dir:/workdir -w /workdir xyzzpwn/hexo bash

⁠docker_hexo

中文⁠ English⁠

⁠简介

利用github action不断的构建可以用于hexo的最新nodejs的docker镜像,并且发布到dockerhub 频率是北京时间每周一的早上7.30

⁠镜像包括以下软件及配置

  • node.js-latest
  • npm
  • git
  • curl
  • wget
  • autojump
  • vim
  • zsh
  • hexo-cli
  • .vimrc

⁠使用方法

首先下载最新版docker镜像

docker pull xyzzpwn/hexo

然后使用下面的命令

docker run -it --rm -p 4000:4000 -v /dir:/workdir -w /workdir xyzzpwn/hexo bash

Tag summary

Content type

Image

Digest

sha256:da7218e49…

Size

415.5 MB

Last updated

7 months ago

docker pull xyzzpwn/hexo