简体   繁体   中英

Limits on Docker hub for number of repositories

I am Using Docker from past a week and was creating some new repositories on Dockerhub. Is there any limit to create number of repositories on Dockerhub?

A repository can have any number of image tags. There is no stated limit for size. In practice, if an image layer gets much larger than 10 or 20 gigabytes, you may experience problems with push and pull. Your mileage may vary.

There is no limit for builds or tags for public images. (This can be changed over a period of time)

As long as you wanted to play around docker public repository will do. But, if you are looking for a private repository I would recommend hosting your own binary repository managers JFfrog or Nexus to maintain all kinds of artifacts including docker images.

Source: https://forums.docker.com/t/does-docker-hub-have-a-size-limitation-on-repos-or-images/10154

UPDATE 2

Inactive images are defined as images that have not been pulled or pushed in 6 months. Starting November 1, 2020:

  1. Free accounts may retain inactive images for up to 6 months
  2. Anonymous users will have an upper limit of 100 image pulls in a six hour period

A pull is defined as up to two GET requests to the registry URL path '/v2/ /manifests/ '.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM