apache / apache/pulsar-manager
host type networking can't be used with links. This would result in undefined behavior
- Dominant language
- Vue
- Stars
- 539
- Forks
- 239
- PR merge metrics
- No merged PRs in 30d
Description

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
Assessment
This issue has not been assessed yet.