Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [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
```
Expand Down