Docker registry არის შენახვის და დისტრიბუციის სისტემა Docker images-ებისთვის — თქვენ ატვირტებთ images-ებს მასში და ჩამოწევთ მათ მისგან. Docker Hub არის ნაგულისხმევი საჯარო registry; ორგანიზაციები ხშირად იყენებენ კერძო registries-ებს. Registries-ები არის ის, თუ როგორ არის images-ები წილი-ერთ სხვებთან და დაყენებული.
რას აკეთებს 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)
