Sebuah Docker registry ialah sistem storan dan pengedaran untuk image Docker — anda push image kepadanya dan pull image daripadanya. Docker Hub ialah registry awam lalai; organisasi sering menggunakan registry persendirian. Registry ialah cara image dikongsi dan ditempatkan.
Apa yang dilakukan 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)
