apache / apache/pulsar-manager

host type networking can't be used with links. This would result in undefined behavior

Open
#514 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Vue
Stars
539
Forks
239
PR merge metrics
No merged PRs in 30d

Description

![image](https://user-images.githubusercontent.com/42893941/233824974-adc14d8e-42d0-48e2-939b-a3be9ac96663.png)

I use the milvus database, which contains pulsar,
I want to install the manager,When I started with the following command, it reported an error:

```
docker run -it \
-p 9527:9527 -p 7750:7750 \
--link pulsar \
apachepulsar/pulsar-manager:v0.3.0
```
the error:
```
docker: Error response from daemon: conflicting options: host type networking can't be used with links. This would result in undefined behavior.
See 'docker run --help'.

```
I don't have a spring framework in my environment
How do I write the command?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.