Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Introduction to The Docker Warehouse


May 22, 2021 Docker From entry to practice



A repository is a place where mirrors are centrally stored.

One confusing concept is the registry server. I n fact, a registered server is a specific server that manages a warehouse, with multiple warehouses on each server and multiple mirrors under each warehouse. I n this respect, a warehouse can be considered a specific project or directory. For example, for dl.dockerpool.com/ubuntu dl.dockerpool.com a registered server address, ubuntu the warehouse name.

Most of the time, there is no need to make a strict distinction between the two concepts.