Yanshuming1 opened a new issue, #2275:
URL: https://github.com/apache/hertzbeat/issues/2275

   ### Question
   
   <img width="547" alt="image" 
src="https://github.com/user-attachments/assets/2444dd5d-f305-4b69-989a-fda58f39e463";>
   
   problem description:
   After I have created a collector, then if I want to create a collector, 
because - name is conflicting, so executing docker command on a server will 
conflict error
   
   error:
   ysm@Zhuanz ~ % docker run -d \              
       -e IDENTITY=DOCKER_localhost \
       -e MANAGER_HOST=192.168.0.110 \
       -e MODE=public \
       --name hertzbeat-collector apache/hertzbeat-collector
   50d3ec0ded6348264c8c7f1a8e1c2fb1adbff572422bdcfd15f01c6b6b1fc9bc
   ysm@Zhuanz ~ % docker run -d \
       -e IDENTITY=MYSQL_127.0.0.1 \
       -e MANAGER_HOST=192.168.0.110 \
       -e MODE=public \
       --name hertzbeat-collector apache/hertzbeat-collector
   docker: Error response from daemon: Conflict. The container name 
"/hertzbeat-collector" is already in use by container 
"50d3ec0ded6348264c8c7f1a8e1c2fb1adbff572422bdcfd15f01c6b6b1fc9bc". You have to 
remove (or rename) that container to be able to reuse that name.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to