MIND-CLI
is not supported to run several instances at the same time.
By default, port 8888 is using for serve mpk(skill installation package). It needs to be bind when starting docker container. Port 7597, 7590 also need to be used.
However, if you do want to run several mind-cli
instances on one PC, you could try to customize MIND-CLI
yourself since it is open-sourced.
These three ports could be easily modified in file main.go
. You could try to modify the code and recompile MIND-CLI
to make these ports configurable by command line arguments so that you can run multiple instances of mind
on different ports. e.g. one mind
with ports 8888, 7597, 7590, one with ports 8889, 7598, 7591, etc.
PS: port 7590 is fixed port for feature mind scan
, if you change this port, mind scan
is not able to work, please use mind run --ip
instead.