Skip to content

Commit

Permalink
doc: Update README with docker information
Browse files Browse the repository at this point in the history
  • Loading branch information
phibos committed Sep 17, 2024
1 parent f4a40a7 commit 5c921ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ Requirements
Installation
------------

### Docker

```
docker pull ghcr.io/dinotools/routeros-log-exporter:main
docker run --rm -v ./config.yaml:/etc/routeros_log_exporter/config.yaml:ro ghcr.io/dinotools/routeros-log-exporter:main
```

### PIP

If you want to use pip we recommend to use as virtualenv to install the dependencies.
Expand Down

0 comments on commit 5c921ca

Please sign in to comment.