About registries and Docker Hub, Docker Documentation, 2024 - Explains the basic concepts of Docker registries, repositories, and tags, using Docker Hub as the primary example.
docker pull, Docker Documentation, 2024 - Provides detailed documentation for the docker pull command, essential for downloading Docker images from registries.
docker push, Docker Documentation, 2024 - Provides detailed documentation for the docker push command, used for uploading Docker images to a registry.
Docker in Action, Jeff Nickoloff and Stephen Kuenzli, 2019 (Manning Publications) - A broad book covering Docker concepts, including image management, registries, and the practical application of containers.