Welcome back! I got distracted with LOM and University and an upcoming TTRPG day, so this one is a little late. Either way, this video pulls together the concepts from the entire series so far into a quick demo on making a service available through preconfigured files.
In this video, we covered:
- pulling a demo from GitHub
- differences between docker-compose.yml and Dockerfile
- how to compose yourself (or your containers from the files)
- how to burn it all down (or using Ctrl+C, docker rm, and docker images)
Here is the promised link: https://github.com/jeffkraken/demo-samba
Later videos will show how to write your own docker-compose.yml to create whatever images/containers you want. See y'all in those!