This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 112d3db06f NIFI-15112 Correct the docker exec command in Using the
Toolkit section (#10435)
112d3db06f is described below
commit 112d3db06f6db83c678983fbce2679edd1cf0b71
Author: Chun-Sheng, Li <[email protected]>
AuthorDate: Sat Oct 18 05:08:11 2025 +0800
NIFI-15112 Correct the docker exec command in Using the Toolkit section
(#10435)
Signed-off-by: David Handermann <[email protected]>
---
nifi-docker/dockerhub/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-docker/dockerhub/README.md b/nifi-docker/dockerhub/README.md
index f1aeded377..8b03d24a6a 100644
--- a/nifi-docker/dockerhub/README.md
+++ b/nifi-docker/dockerhub/README.md
@@ -250,7 +250,7 @@ Start the container:
After NiFi has been started, it is possible to run toolkit commands against
the running instance:
- docker exec -ti nifi nifi-toolkit-current/bin/cli.sh nifi current-user
+ docker exec -ti nifi /opt/nifi/nifi-toolkit-current/bin/cli.sh nifi
current-user
anonymous
## Configuration Information