Understanding Containers: A Simple Guide for Beginners
Just dropped a beginner-friendly guide to understanding containers! 🐳 If you've been curious about Docker and how containers differ from VMs, this post breaks it down with networking examples. https://academy.anythingoverip.com/understanding-containers-guide/?ref=skool My Docker server at home is currently running 82 containers. When you click on the link above, you are actually accessing 2 of them, behind, Cloudflare for caching, but the actual server is running on docker. One container for the database that holds all the information, and one that host the front end that you read. My exam engine is built on a separate container. Anyone else using containers for network services?