From ebdaa2f92f2d00ad0fcec4369deb21de71c34d12 Mon Sep 17 00:00:00 2001 From: Yin Congmin Date: Wed, 6 Sep 2023 16:27:14 +0800 Subject: [PATCH] README.md: discover target from discovery service Signed-off-by: Yin Congmin --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 549e2563..4ec10b49 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,11 @@ The discovery service can provide all the targets that the current user can acce $ docker-compose up --detach discovery ``` +3. Discover targets from discovery service. The default port is 8009. + ```bash + $ nvme discover -t tcp -a 192.168.13.3 -s 8009 + ``` + ## Advanced ### Configuration