错误:
can't open or create /var/run/crond.pid: Permission denied
解:1
FROM debian:latest
...
USER 1000:1000
# 给 cron 添加 's' 权限
R...
阅读全文...
docker 镜像推送脚本
脚本
https://git.xyh.moe:8888/xian.yuheng/docker-push
#! /bin/bash
###########################################################...
阅读全文...
阅读全文...
钢铁雄心4 mod制作
文档结构
"./Documents/Paradox Interactive/Hearts of Iron IV"
├─mod
│ ├─new-mod
│ │ ├─common
│ │ ├─gfx
│ │ ├─interf...
阅读全文...
阅读全文...