diff --git a/build/README.md b/build/README.md index f56893b47eccd82aa2676025dfb17727b33351a7..9a71e24dd8cd00613043be17bd4dc2331e55b0e3 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