skip to Main Content

Problem

Please let me know how I can improve this question in the comments below!

How do I stop NebulaGraph Docker Desktop Extension from using the TCP-Port: 7001?

I know how to manually stop NebulaGraph by toggling on the extension to show its containers (I’m not that new to Docker anymore 😉).
My goal is to have the Graph-Database and Cassandra [Docker] startup automatically.

Show Docker Extensions system containers

I expected to see a NebulaGraph Doc that would tell me how to stop the automatic startup.
Or, I’d find setting-options toggle on the NebulaGraph-Extension or Docker-Extensions.
But I found no such information nor way to stop just the NebulaGraph-Extension.

Docker containers with port 7001

I know one of the following would work here:

  1. Change the TCP-Port of the NebulaGraph-Extension
  2. Allow TCP-Port sharing with NebulaGraph-Extension and Cassandra-Docker-container
  3. Stop just the singular studio-1 container or all on Docker-startup

But I just can’t seem to find in when I look through their documentation.

weygu_nebulagraph-dd-ext-desktop-extension

If there’s something wrong about how I’m asking, please let me know in the comments so I can fix them!

2

Answers


  1. Chosen as BEST ANSWER

    There is no way at time of asking this question.
    The only way to handle this is to write your own custom code to perform such a request.


  2. Author of NebulaGraph docker extension here,

    Sorry for just knowing that 7001 is "well-known" for Cassandra now, could you help with an issue on https://github.com/nebula-contrib/nebulagraph-docker-ext/issues/new?

    I could change its exposed port from 7001 to 17001 in the next extension release.

    Thanks!

    BR//Wey

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search