Port 8080 already in use

MacOS Ventura 13.4
Docker Desktop 4.23.0

COMMAND     PID     USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
com.docke 13133 vladimir  192u  IPv6 0x6adcb00b1355f78f      0t0  TCP *:http-alt (LISTEN)



4ce41d48fbfd   confluentinc/cp-kafka:7.3.2       "/etc/confluent/dock…"   34 minutes ago   Exited (1) 4 minutes ago                                                    broker
22cb332ab5ba   confluentinc/cp-zookeeper:7.3.2   "/etc/confluent/dock…"   34 minutes ago   Up 5 minutes               2181/tcp, 2888/tcp, 3888/tcp                     zookeeper
a11ee4479cd6   bitnami/redis:latest              "/opt/bitnami/script…"   34 minutes ago   Up 5 minutes               0.0.0.0:6379->6379/tcp                           x5-redis
a694b51d31cd   x5-web-ui-x5-web-ui               "docker-entrypoint.s…"   34 minutes ago   Up 5 minutes               0.0.0.0:3000->3000/tcp, 0.0.0.0:8080->8080/tcp   x5-web-ui
0201c4b12478   mongo:latest                      "docker-entrypoint.s…"   34 minutes ago   Up 5 minutes               0.0.0.0:27017->27017/tcp                         mock-mongodb

Hello i would you grateful for your help. How to change port is being used by com.docker.backend ? Before run container port 8080 is not used. When i tried kill process it causes closing “docker desktop”. Please help.

You can see the container using 0.0.0.0:8080. You can remove it with docker rm -f <container-id>.

I don’t know what process you killed, but think Docker Desktop wouldn’t use a port like that unless you have a Docker Desktop extension. An extensio is basically a container that runs in the background and you don’t even see it in the list of containers by default. That behavior can be changed by setting “Show Docker Extensions system containers” in “Settings » Extensions”