In Linux environments, the reuse port is enabled by default to allow more nodes to be discovered within the network more easily and to make the network more robust. However, when ckb is started inside docker, the port reuse will be converted to a random port by docker.
We need to do two things.
- Reproduce and troubleshoot the cause of the problem
- Provide a wiki to inform users of the recommended way to use docker
@eval-exec
In Linux environments, the reuse port is enabled by default to allow more nodes to be discovered within the network more easily and to make the network more robust. However, when ckb is started inside docker, the port reuse will be converted to a random port by docker.
We need to do two things.
@eval-exec