From 9d7ba80551b0f56ee91b9d07233460df7a6431a6 Mon Sep 17 00:00:00 2001 From: sebthom Date: Thu, 14 Mar 2024 13:03:35 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- image/config.template.yaml | 2 +- image/run.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 114ee78..f76c8c1 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The docker image comes in three flavors: - `vegardit/gitea-act-runner:latest`: only contains the Gitea act_runner and executes workflows in containers of the docker engine running act_runner itself (DooD / Docker-out-of-Docker approach) - `vegardit/gitea-act-runner:dind-latest`: executes workflows using an embedded docker engine (DinD / Docker-in-Docker approach) providing better process isolation -- `vegardit/gitea-act-runner:dind-rootless-latest`: executes workflows using an embedded docker engine (DinD / Docker-in-Docker approach) running the docker deamon as a non-root user [(Rootless mode)](https://docs.docker.com/engine/security/rootless/) +- `vegardit/gitea-act-runner:dind-rootless-latest`: executes workflows using an embedded docker engine (DinD / Docker-in-Docker approach) running the docker daemon as a non-root user [(Rootless mode)](https://docs.docker.com/engine/security/rootless/) ### Docker Run diff --git a/image/config.template.yaml b/image/config.template.yaml index 3f6f9a7..cd22fef 100644 --- a/image/config.template.yaml +++ b/image/config.template.yaml @@ -36,7 +36,7 @@ runner: # The labels of a runner are used to determine which jobs the runner can run, and how to run them. # Like: ["macos-arm64:host", "ubuntu-latest:docker://node:16-bullseye", "ubuntu-22.04:docker://node:16-bullseye"] # If it's empty when registering, it will ask for inputting labels. - # If it's empty when execute `deamon`, will use labels in `.runner` file. + # If it's empty when execute `daemon`, will use labels in `.runner` file. #labels: [] cache: diff --git a/image/run.sh b/image/run.sh index 5713a3b..7a65e36 100644 --- a/image/run.sh +++ b/image/run.sh @@ -34,7 +34,7 @@ fi ################################################################# -# start docker deamon (if installed = DinD) +# start docker daemon (if installed = DinD) ################################################################# if [[ -f /usr/bin/dockerd-rootless.sh ]]; then export DOCKER_MODE=dind-rootless