Docker registry เป็นระบบจัดเก็บและกระจาย Docker image — คุณ push image ขึ้นไปและ pull มันลงมา Docker Hub เป็น registry สาธารณะค่าเริ่มต้น; องค์กรต่างๆ มักใช้ registry ส่วนตัว registry เป็นวิธีที่ image ถูกแชร์และ deploy
registry ทำอะไร
A REGISTRY stores and distributes Docker images:
→ PUSH an image to the registry (upload/publish it)
→ PULL an image from the registry (download it to run)
→ This is how images move between machines: build once, push, pull anywhere
(CI builds an image → pushes to a registry → production pulls and runs it)
