DevOps, Docker, mysql, PHP
Setting up MySQL docker container with phpMyAdmin. Spinning MySQL docker container On WIndows10. Just make sure to change “SYMFONY” to your actual Windows username.MySQL database should be saved in “downloads” directory. docker run –name...
DevOps, Docker, IT Help Desk
You can get container IP by inspecting the container ID or tag name. # docker inspect <containerIDorName> | grep \”IPAddress\”: docker inspect test4 | grep \”IPAddress\”: You can also get container ID by entering the container with exec...