my image in docker hub why does not appear in the search engine? neither with the docker search command

Viewed 1321

I pushed an image, it can be seen in my profile, you can do a pull, but in the docker hub search engine it does not appear, either with the docker search command

enter image description here

enter image description here

2 Answers

docker hub add images to the search engine every 24 hours, So, I only had to wait 1 day for searched in docker hub my imagen

Related