https://github.com/onlysleep/auto_docker
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
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
利用github action不断的构建可以用于hexo的最新nodejs的docker镜像,并且发布到dockerhub 频率是北京时间每周一的早上7.30
首先下载最新版docker镜像
docker pull xyzzpwn/hexo
然后使用下面的命令
docker run -it --rm -p 4000:4000 -v /dir:/workdir -w /workdir xyzzpwn/hexo bash
Content type
Image
Digest
sha256:da7218e49…
Size
415.5 MB
Last updated
7 months ago
docker pull xyzzpwn/hexo