From b616bb2692e7a5b9dae6a49518255068af8fd299 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 8 Jun 2024 10:41:07 +0000 Subject: [PATCH] small fixes in the text. --- examples/monai-2D-mednist/README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/monai-2D-mednist/README.rst b/examples/monai-2D-mednist/README.rst index 2e53e0329..24210f2fa 100644 --- a/examples/monai-2D-mednist/README.rst +++ b/examples/monai-2D-mednist/README.rst @@ -73,10 +73,6 @@ Connecting clients: export FEDN_CLIENT_SETTINGS_PATH=./client_settings.yaml fedn client start -in client.yaml --secure=True --force-ssl - - **NOTE: The following instructions are only for SDK-based client communication and for local development environments using Docker.** - - Connecting clients using Docker: ================================ @@ -92,6 +88,9 @@ For convenience, there is a Docker image hosted on ghrc.io with fedn preinstalle ghcr.io/scaleoutsystems/fedn/fedn:0.9.0 run client -in client.yaml --force-ssl --secure=True +**NOTE: The following instructions are only for SDK-based client communication and for local development environments using Docker.** + + Local development mode using Docker/docker compose --------------------------------------------------