Topic : How to authenticate client using TLS in docker

Docker Repository is created on server using end entity certs and keys generated using openssl
On client I am trying to pull image from server Repository and able to authenticate server not client .
what is the procedure to authenticate client by server using TLS ? Is there any configuration required on server to authenticate client , If yes ,Please let me know.