Pulling docker images by digest

In order to implement the best practices as per the Kubernetes docs , we need to be able to pull down images by digest. When I attempt to do this, it tells me the manifest is unknown even though I got the digest from that manifest. Does Nexus not support this standard docker feature? Here are the docs where it tells you how to do this via Docker. Neither docker pull nor using the format in k8s seems to work.