I am doing Lab rh134-9.0/pages/ch14s05 .
Is it possible if I can fix the following issue without resetting or destroying old VMs, such as servera and serverb rather removing old ports 13306 that was in use by any container?
Error: rootlessport listen tcp 0.0.0.0:13306: bind: address already in use
How can I check who is using a port 13306?
Hey, you have that container already running on 13306, stop it or just use it
Best regards
@Tenzin108 If you look at your screenshot , you will find that you already have the same container ( with name db-app01 and on port 13306 ) - which you can check with podman ps -a. Since it was already there with that name and port - it gave you an error. you should stop and remove that container before you want to run the same container with that name and port.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.