This is an automated email from the ASF dual-hosted git repository.

chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9a9eb18beb2 MINOR: add docs of "ducker-ak down -f" to e2e README 
(#16560)
9a9eb18beb2 is described below

commit 9a9eb18beb2de1180237719cac9f026224abea17
Author: Xuan-Zhang Gong <[email protected]>
AuthorDate: Thu Jul 18 08:34:35 2024 +0800

    MINOR: add docs of "ducker-ak down -f" to e2e README (#16560)
    
    Reviewers: Arnav Dadarya <[email protected]>, Chia-Ping Tsai 
<[email protected]>
---
 tests/README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/README.md b/tests/README.md
index a09d24ca04f..e81aaecb140 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -47,6 +47,10 @@ 
TC_PATHS="tests/kafkatest/tests/streams/streams_upgrade_test.py::StreamsUpgradeT
 ```
 bash tests/docker/ducker-ak up -j 'openjdk:11'; tests/docker/run_tests.sh
 ```
+* Remove ducker-ak containers
+```
+bash tests/docker/ducker-ak down -f
+```
 * Rebuild first and then run tests
 ```
 REBUILD="t" bash tests/docker/run_tests.sh

Reply via email to