From e7a4287e5d14c7d4cb5b9feb641b8deb347d72d8 Mon Sep 17 00:00:00 2001 From: NMC Date: Wed, 15 Jan 2025 23:39:01 -0500 Subject: [PATCH] Add docker information. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d93df8c..30fa68d 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,13 @@ usage: sara [-h] --config-file CONFIG_FILE sara: error: the following arguments are required: --config-file ``` -Sara uses just one argument, it is the name/path to the RouterOS configuration file. The tool supports `.rsc` files. +Sara uses just one argument, it is the name/path to the RouterOS configuration file. The tool supports `.rsc` files. You can generate `.rsc` file with the `export verbose file=routeros.rsc` command on the mikrotik terminal. + +# Docker + +Use the following command to run sara with your exported `routeros.rsc` file. + + docker run -v path/to/routeros.rsc:/config/routeros.rsc ghcr.io/casterbyte/sara:main # Work Example