diff --git a/deploy/deploy-workloads/manage-and-deploy-private-images.md b/deploy/deploy-workloads/manage-and-deploy-private-images.md index beb2c4b4e0..86fed5cdb4 100644 --- a/deploy/deploy-workloads/manage-and-deploy-private-images.md +++ b/deploy/deploy-workloads/manage-and-deploy-private-images.md @@ -57,7 +57,7 @@ you can push images to DTR. 2. Tag the image, using the IP address or DNS name of your DTR instance: ```bash - docker tag wordpress:latest 54.218.110.183:444/admin/wordpress:latest + docker tag wordpress:latest :/admin/wordpress:latest ``` 3. Log in to a Docker EE manager node. 4. Push the tagged image to DTR: