0

I searched for this, but couldn't get any answer. Is it possible to track (locations) of docker repositories pull ?

I have a docker repo and would like to know who is pulling it to work with, think of it like google analytics for docker images

Is that possible to do through the docker hub ?

Thanks

Rad
  • 989
  • 3
  • 14
  • 31
  • 1
    Put the repository behind a proxy like Nginx or Apache (lots of examples online). Both those web servers have access logs that track requests, recording the originating IP address – Mark O'Connor Mar 05 '15 at 20:24
  • smart, yes I can do that – Rad Mar 05 '15 at 21:18

1 Answers1

1

Docker Hub does not provide that information right now. I've got it filed internally as a feature request, "ST-1961".

As of November 2017, this feature has not been implemented.

-- Andy Rothfusz, Docker Support Manager (2012-2015)

Andy
  • 35,844
  • 6
  • 43
  • 50
  • Thank you Andy, are your tickets publicly available ? (public Jira ? ) – Rad Mar 05 '15 at 21:18
  • Sorry, no. The Docker Hub isn't open source, so we don't have an open source bug tracker. I've given the issue ID here so that people can ask for a status update in the future and we'll know where to look. Folks with Hub accounts are welcome to file issues and feature requests on support.docker.com. – Andy Mar 05 '15 at 21:46
  • @Andy been a while... is there any update on this? Is this now a supported feature by any chance? – gsaslis Nov 22 '17 at 08:05
  • @gsaslis, sorry, I left Docker in 2015 and I don't think this feature has been implemented. I see some recent forum activity at https://forums.docker.com/c/general-discussions/feature-requests so maybe one of the current Docker team could help there. – Andy Nov 27 '17 at 17:17