Open loretoparisi opened 2 weeks ago
@loretoparisi really sorry for the late response.
Can you share your docker ps
command and also check what process are running in the port :2376
? You can check it running this: sudo lsof -i :2376
This error indicates a port binding conflict in the docker-proxy, which is trying to use your host port of number 2376.
I don't think we have a way to change what port to use when running with the Domino CLI
. But if you need to change this port you can run Domino using the dev compose. To change the host port you just need to edit this line https://github.com/Tauffer-Consulting/domino/blob/0b00c406425ab7274453dae12fa0495bc28882fd/docker-compose-dev.yaml#L377
To something like:
- "YOUR HOST PORT:2375"
Thanks
Version
domino, version 0.9.4
Platform
x86_64 #1 SMP Tue Jun 18 14:00:06 UTC 2024 x86_64 GNU/Linux
Docker version
Docker version 20.10.9, build c2ea9bc
Kubernetes version
Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.16"
Describe the bug.
docker compose up fails due to port binding
0.0.0.0:2376
error of domino proxy. Usingnetstat -lnp
I do not see that binding for0.0.0.0:2376
was up beforeWhat steps will reproduce the bug?
No response
What is the expected behavior? Why is that the expected behavior?
No response
What do you see instead?
Additional information
No response