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 cfdcd75a22e9b20ee4590817530583f84258e3b9..86152fb8a95373b519f1d1da81717d9848895857 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
@@ -4,6 +4,8 @@ Freertr ([http://www.freertr.org](http://www.freertr.org/), [http://docs.freertr
 
 ## Docker containers for use of FoD (exabgp version) with 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
@@ -17,7 +19,8 @@ Freertr ([http://www.freertr.org](http://www.freertr.org/), [http://docs.freertr
 
 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.yml default docker compose specification using bind-mounted FoD dir (mainly for developers)
-./docker-compose-novol.yml docker compose specification without bind-mounted FoD dir (for testing or demo-ing)
+./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