新增podman文档
Some checks failed
release-nightly / goreleaser (push) Failing after 4m58s
checks / check and test (push) Has been cancelled
release-nightly / release-image (push) Failing after 20m52s

This commit is contained in:
远野千束 2025-04-13 19:22:56 +08:00
parent 2758e5fe48
commit bfb6a214fa

View File

@ -23,7 +23,11 @@ runner:
## 安装
- (安装方法和Gitea Runner相同只是镜像换成了我们的)
`docker pull reg.liteyuki.icu/comp/liteyuki-runner:latest`
```bash
docker pull reg.liteyuki.icu/comp/liteyuki-runner:latest
podman pull reg.liteyuki.icu/comp/liteyuki-runner:latest
```
> 下面是Gitea Runner官方文档