From 9ad2ae04eed1f463a0da5e9486f28f8a4aec8862 Mon Sep 17 00:00:00 2001 From: jgoodwin-keyfactor Date: Fri, 27 Feb 2026 12:00:49 +0100 Subject: [PATCH 1/2] Update README.md adding note about how to run the agent --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 626786d..ecb0a6f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ To report a problem or suggest a new feature, use the **[Issues](../../issues)** --- ## Running the Signum Container Agent Base Image +Note that running the Container Agent as root or as any user other than 10001 will prevent the configuration from being accessed correctly. For more information, see https://docs.keyfactor.com/Signum-SaaS. ```sh docker run --name signum-agent -e "SIGNUM_HOSTNAME=A URL" -e "SIGNUM_USERNAME=myuser@somedomain" -e "SIGNUM_PASSWORD=$mycreds" -e "SIGNUM_LOGLEVEL=HIGH" -e "SIGNUM_LOGTYPE=FILE" repo.keyfactor.com/images/signum-agent:4.60.2 ``` From af7ee9127ddf9d9278d53d6c337a6a7dc3f2cb68 Mon Sep 17 00:00:00 2001 From: jgoodwin-keyfactor Date: Fri, 27 Feb 2026 12:13:11 +0100 Subject: [PATCH 2/2] Update README.md changed link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecb0a6f..9f1d630 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To report a problem or suggest a new feature, use the **[Issues](../../issues)** --- ## Running the Signum Container Agent Base Image -Note that running the Container Agent as root or as any user other than 10001 will prevent the configuration from being accessed correctly. For more information, see https://docs.keyfactor.com/Signum-SaaS. +Note that running the Container Agent as root or as any user other than 10001 will prevent the configuration from being accessed correctly. For more information, see [Container Agent documentation](https://docs.keyfactor.com/Signum-SaaS/latest/container-agent). ```sh docker run --name signum-agent -e "SIGNUM_HOSTNAME=A URL" -e "SIGNUM_USERNAME=myuser@somedomain" -e "SIGNUM_PASSWORD=$mycreds" -e "SIGNUM_LOGLEVEL=HIGH" -e "SIGNUM_LOGTYPE=FILE" repo.keyfactor.com/images/signum-agent:4.60.2 ```