Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ingale726 opened this issue Apr 23, 2023 · 0 comments

Comments

@ingale726
Copy link

image

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant