Hello I need to clarify docker daemon documentation on registry with Auth. I have found docker docs I also found godocs for docker registry. I searched the auth process, but I could not find anything that would help me understand the sentence:
Resource Name
The resource name represent the name which identifies a resource for a resource provider. A resource is identified by this name and the provided resource type. An example of a resource name would be the name component of an image tag, such as “samalba/myapp” or “hostname/samalba/myapp”.
If I do e.g. docker push myprivregistry/project:TESTPASSED does the docker daemon include tag "TESTPASSED" in it's query against auth server?
The auth process is described in docker docs Token Authentication Specification
How exactly does the request no. 3 look like?