Run phpmyadmin in docker Find the ip address running this command: ip addr show docker0 | grep inet This will be the PMA_HOST in below steps. The PMA_HOST of local machine is like this: 172.17.0.1 Now, run phppmyadmin on docker.