# How to do replication from an artifactory docker registry to nexus docker proxy?

**URL:** https://community.sonatype.com/t/how-to-do-replication-from-an-artifactory-docker-registry-to-nexus-docker-proxy/8706
**Category:** Sonatype Nexus Repository
**Created:** [May 21, 2022, 3:28pm UTC](https://community.sonatype.com/t/how-to-do-replication-from-an-artifactory-docker-registry-to-nexus-docker-proxy/8706 "2022-05-21T15:28:39Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![alex.ai](https://avatars.discourse-cdn.com/v4/letter/a/9d8465/32.png) [@alex.ai](https://community.sonatype.com/u/alex.ai)
#### Post date: [May 21, 2022, 3:28pm UTC](https://community.sonatype.com/t/how-to-do-replication-from-an-artifactory-docker-registry-to-nexus-docker-proxy/8706/1 "2022-05-21T15:28:39Z")

</div>

We have an artifactory docker registry , in order to be easy access by remote office , we setup a nexus docker proxy repository for it .  
But I found it can not auto replicate the source – artifactory docker repository . After the first pulling , it always that blob data , would not sync with the source.  
Does anyone know how to fix it ? we use nexus oss 3.38.0 (docker container).

---

<div class="post-metadata">

### Author: ![alex.ai](https://avatars.discourse-cdn.com/v4/letter/a/9d8465/32.png) [@alex.ai](https://community.sonatype.com/u/alex.ai)
#### Post date: [May 25, 2022, 6:23am UTC](https://community.sonatype.com/t/how-to-do-replication-from-an-artifactory-docker-registry-to-nexus-docker-proxy/8706/2 "2022-05-25T06:23:28Z")

</div>

any one knows ? how to keep the nexus proxy repo to sync from its source , an artifactory docker repo?

---

<div class="post-metadata">

### Author: ![mpiggott](https://avatars.discourse-cdn.com/v4/letter/m/f0a364/32.png) [@mpiggott](https://community.sonatype.com/u/mpiggott)
#### Post date: [May 26, 2022, 3:06pm UTC](https://community.sonatype.com/t/how-to-do-replication-from-an-artifactory-docker-registry-to-nexus-docker-proxy/8706/3 "2022-05-26T15:06:25Z")

</div>

You should be able to use the docker client to pull from Artifactory, tag the image and push to Nexus

---

<div class="post-metadata">

### Author: ![alex.ai](https://avatars.discourse-cdn.com/v4/letter/a/9d8465/32.png) [@alex.ai](https://community.sonatype.com/u/alex.ai)
#### Post date: [May 27, 2022, 3:16am UTC](https://community.sonatype.com/t/how-to-do-replication-from-an-artifactory-docker-registry-to-nexus-docker-proxy/8706/4 "2022-05-27T03:16:04Z")

</div>

Thank you for reply. I am confusing … when I pull a repo on artifactory through my nexus proxy , it could pull down , and proxy could cache it . But when it has newer version on artifactory, I can not pull it through nexus proxy , it would return first pulling version always.  
why nexus proxy could not sync with artifactory auto?
