I want to configure my Azure based docker registry as pull through cache on my local system .Can anyone help me for this ?
I have created local registry as :-
docker run -d -p 5000:5000 --name registry registry:2
Share and learn in the Docker community.
I want to configure my Azure based docker registry as pull through cache on my local system .Can anyone help me for this ?
I have created local registry as :-
docker run -d -p 5000:5000 --name registry registry:2