01 Course Intro - dchantzis/sfh-docker-in-development-part-1 GitHub Wiki
Source: https://serversforhackers.com/c/div-intro
We will build an application Image and from that we can start and run Containers that will run our application. We will see how we can connect our application Container to a mysql Container and make sure they are connected to a common network so that they can talk to each other over a network. And in this way we will run an application, run migrations and have a database to save to, and how to persist that data using Docker Volumes. We will make an Image using a Dockerfile.