From 35fa337e1063f60d10e59c520b8d61ae95ce8ae9 Mon Sep 17 00:00:00 2001
From: David Schmitz <schmitz@lrz.de>
Date: Fri, 29 Sep 2023 09:03:09 +0000
Subject: [PATCH] 
 doc/administration_and_usage/testing_and_using_fod_with_freertr.md

---
 .../testing_and_using_fod_with_freertr.md      | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/doc/administration_and_usage/testing_and_using_fod_with_freertr.md b/doc/administration_and_usage/testing_and_using_fod_with_freertr.md
index 86152fb8..274bfed3 100644
--- a/doc/administration_and_usage/testing_and_using_fod_with_freertr.md
+++ b/doc/administration_and_usage/testing_and_using_fod_with_freertr.md
@@ -7,20 +7,20 @@ Freertr ([http://www.freertr.org](http://www.freertr.org/), [http://docs.freertr
 Currently, there are 4 different options how to use test FoD (version with exabgp support) together with Freertr: 
 
 1. using 2 containers (FoD+exabgp container and freertr container) manually:
-./inst/testing/fodexabgp/README.txt
-./inst/testing/fodexabgp/install_fodexabgp__docker.sh
+  - ./inst/testing/fodexabgp/README.txt
+  - ./inst/testing/fodexabgp/install_fodexabgp__docker.sh
 
 2. using only freertr container (for use with OS-installed FoD)
-./inst/testing/fodexabgp/install_freertronly__docker.sh.new
+  - ./inst/testing/fodexabgp/install_freertronly__docker.sh.new
 
 3. using containerlab for coordinated run of FoD+exabgp container, freertr container, and attacker/victim host containers
-./inst/testing/fodexabgp-containerlab1/README.md info
-./inst/testing/fodexabgp-containerlab1/Dockerfile
+  - ./inst/testing/fodexabgp-containerlab1/README.md info
+  - ./inst/testing/fodexabgp-containerlab1/Dockerfile
 
 4. using docker-compose for coordinated run of FoD+exabgp container, freertr container, and attacker/victim host containers
-./docker-compose/README.txt info
-./docker-compose-singlefodctr-novol.yml docker compose specification without bind-mounted FoD dir (for testing or demo-ing)
-./docker-compose.yml upcoming docker compose specification (using bind-mounted FoD dir (mainly for developers)), with resilience
-./docker-compose-novol.yml new upcoming docker compose specification (without bind-mounted FoD dir) with resilience
+  - ./docker-compose/README.txt info
+  - ./docker-compose-singlefodctr-novol.yml docker compose specification without bind-mounted FoD dir (for testing or demo-ing)
+  - ./docker-compose.yml upcoming docker compose specification (using bind-mounted FoD dir (mainly for developers)), with resilience
+  - ./docker-compose-novol.yml new upcoming docker compose specification (without bind-mounted FoD dir) with resilience
 
 
-- 
GitLab