In this video, we create a MySQL container then add data to the database. Afterwards, we use MySQL shell to connect to the database from outside of the container (previously, we used docker exec on the resulting container). Then we build a simple dotnet app that retrieves data from the MySQL container. #docker #container #microsoft