From d83e18dcf08cb44d70401644798c68f1157f851e Mon Sep 17 00:00:00 2001 From: Jim Galasyn Date: Mon, 13 Nov 2017 12:15:35 -0800 Subject: [PATCH] Fix DTR ip addy (#290) --- deploy/deploy-workloads/manage-and-deploy-private-images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: