Getting 'authentication required' error while pulling jenkins image

1.6k Views Asked by At

When I tried pulling jenkins images(docker pull jenkins) from docker hub,at the time of download it reports the authentication required error. Please suggest.

Error screen shot

1

There are 1 best solutions below

1
On

Try executing a docker logout before pulling the image. Similar issue here.

It also can be related to server/client time syncrony, so if docker logout does not work check if the time of your system is correct (can be in a different timezone). And set it with sudo date -s "28 NOV 2013 hh:mm:ss", you can check the current exact hour here.