filmov
tv
Fix MySQL Connection Error in Docker #mysql #docker #connection

Показать описание
Find the container name using below command:
docker container ls
Using the container name of MySQL find the IP Address:
docker inspect --format="{{json .NetworkSettings.Networks}}" "mysql container name"
docker container ls
Using the container name of MySQL find the IP Address:
docker inspect --format="{{json .NetworkSettings.Networks}}" "mysql container name"