- Learn Docker:Fundamentals of Docker 19.x
- Gabriel N. Schenker
- 68字
- 2025-04-04 13:21:30
Sharing or shipping images
To be able to ship our custom image to other environments, we need to first give it a globally unique name. This action is often called tagging an image. We then need to publish the image to a central location from which other interested or entitled parties can pull it. These central locations are called image registries.