Introduction A registry is a service for storing and accessing Docker images. Docker Hub and Docker Store are the best-known hosted registries, which you can use to store public and private images. You can also run your own registry using the open-source Docker Registry, which is a Go application in a Alpine Linux container. What You Will Learn You’ll learn how to: run a local registry in a container and configure your Docker engine to use the registry; generate SSL certificates (using Dock...