From 28bf5087f6647d97ab37ebd773a13343b79219d5 Mon Sep 17 00:00:00 2001 From: JackLCL Date: Thu, 16 Sep 2021 14:51:48 +0800 Subject: [PATCH] fix the doc error in the build directory (#8051) Signed-off-by: JackLCL --- build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/README.md b/build/README.md index f56893b47..9a71e24dd 100644 --- a/build/README.md +++ b/build/README.md @@ -104,7 +104,7 @@ milvus_minio_1 /usr/bin/docker-entrypoint ... Up (healthy) 9000/tcp milvus_pulsar_1 bin/pulsar standalone --no ... Up ``` -`milvus_builder_1` is the docker of milvus dev, other containers are used as unit test dependencies. you can run compilation and unit inside the container, enter it: +`milvus_builder_1` is the docker of milvus dev, other containers are used as unit test dependencies. you can run compilation and unit test inside the container, enter it: ```shell docker exec -ti milvus_builder_1 bash -- GitLab