Skip to content

Commit

Permalink
README: example of how to use Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Jun 20, 2024
1 parent 7af6e35 commit 339538f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,14 @@ sudo kamcli config install -u
Edit `/root/.kamcli/kamcli.ini` or `/home/$USER/.kamcli/kamcli.ini` and update
the config values as needed.

### Using Docker ###

Attatch you config dir to ``/etc/kamcli`` volumen

```
docker run -i -t --rm -v $(realpath ~/.kamcli):/etc/kamcli ghcr.io/kamailio/kamcli:master kamcli
```

### Configuration File ###

Kamcli uses a configuration file with INI format. The name is `kamcli.ini` and it looks for it in:
Expand Down

0 comments on commit 339538f

Please sign in to comment.