diff --git a/datacenter/dtr/2.2/guides/images/create-repository-1.png b/datacenter/dtr/2.2/guides/images/create-repository-1.png index ce53a90d17..ae001963cf 100644 Binary files a/datacenter/dtr/2.2/guides/images/create-repository-1.png and b/datacenter/dtr/2.2/guides/images/create-repository-1.png differ diff --git a/datacenter/dtr/2.2/guides/images/create-repository-2.png b/datacenter/dtr/2.2/guides/images/create-repository-2.png index 6ec8ae7463..bcd584e7f8 100644 Binary files a/datacenter/dtr/2.2/guides/images/create-repository-2.png and b/datacenter/dtr/2.2/guides/images/create-repository-2.png differ diff --git a/datacenter/dtr/2.2/guides/images/delete-images-1.png b/datacenter/dtr/2.2/guides/images/delete-images-1.png index beff50eefc..d9e8107f0f 100644 Binary files a/datacenter/dtr/2.2/guides/images/delete-images-1.png and b/datacenter/dtr/2.2/guides/images/delete-images-1.png differ diff --git a/datacenter/dtr/2.2/guides/images/install-dtr-1.png b/datacenter/dtr/2.2/guides/images/install-dtr-1.png index c17e7f0d5c..3d4837c311 100644 Binary files a/datacenter/dtr/2.2/guides/images/install-dtr-1.png and b/datacenter/dtr/2.2/guides/images/install-dtr-1.png differ diff --git a/datacenter/dtr/2.2/guides/images/install-dtr-2.png b/datacenter/dtr/2.2/guides/images/install-dtr-2.png index 2a284ed12f..6795a3939a 100644 Binary files a/datacenter/dtr/2.2/guides/images/install-dtr-2.png and b/datacenter/dtr/2.2/guides/images/install-dtr-2.png differ diff --git a/datacenter/dtr/2.2/guides/images/install-dtr-3.png b/datacenter/dtr/2.2/guides/images/install-dtr-3.png index 37dea664cb..571dd31cd3 100644 Binary files a/datacenter/dtr/2.2/guides/images/install-dtr-3.png and b/datacenter/dtr/2.2/guides/images/install-dtr-3.png differ diff --git a/datacenter/dtr/2.2/guides/images/install-dtr-4.png b/datacenter/dtr/2.2/guides/images/install-dtr-4.png index 87508be693..82228bc4c6 100644 Binary files a/datacenter/dtr/2.2/guides/images/install-dtr-4.png and b/datacenter/dtr/2.2/guides/images/install-dtr-4.png differ diff --git a/datacenter/dtr/2.2/guides/images/monitor-1.png b/datacenter/dtr/2.2/guides/images/monitor-1.png index 87508be693..e170bed344 100644 Binary files a/datacenter/dtr/2.2/guides/images/monitor-1.png and b/datacenter/dtr/2.2/guides/images/monitor-1.png differ diff --git a/datacenter/dtr/2.2/guides/images/monitor-2.png b/datacenter/dtr/2.2/guides/images/monitor-2.png index c17e7f0d5c..83a054bb67 100644 Binary files a/datacenter/dtr/2.2/guides/images/monitor-2.png and b/datacenter/dtr/2.2/guides/images/monitor-2.png differ diff --git a/datacenter/dtr/2.2/guides/images/pull-push-images-1.png b/datacenter/dtr/2.2/guides/images/pull-push-images-1.png index b95124da2b..915223a75c 100644 Binary files a/datacenter/dtr/2.2/guides/images/pull-push-images-1.png and b/datacenter/dtr/2.2/guides/images/pull-push-images-1.png differ diff --git a/datacenter/dtr/2.2/guides/images/pull-push-images-2.png b/datacenter/dtr/2.2/guides/images/pull-push-images-2.png index d9e91bc86b..42ce6033ad 100644 Binary files a/datacenter/dtr/2.2/guides/images/pull-push-images-2.png and b/datacenter/dtr/2.2/guides/images/pull-push-images-2.png differ diff --git a/datacenter/dtr/2.2/guides/images/pull-push-images-3.png b/datacenter/dtr/2.2/guides/images/pull-push-images-3.png index 65e6e8b14d..c5dc8e29a9 100644 Binary files a/datacenter/dtr/2.2/guides/images/pull-push-images-3.png and b/datacenter/dtr/2.2/guides/images/pull-push-images-3.png differ diff --git a/datacenter/dtr/2.2/guides/user/manage-images/index.md b/datacenter/dtr/2.2/guides/user/manage-images/index.md index 77952a17db..f0056fba69 100644 --- a/datacenter/dtr/2.2/guides/user/manage-images/index.md +++ b/datacenter/dtr/2.2/guides/user/manage-images/index.md @@ -30,7 +30,7 @@ Click **Save** to create the repository. When creating a repository in DTR, the full name of the repository becomes `//`. In this example, the full -name of our repository will be `dtr.company.org/dave.lauper/golang`. +name of our repository will be `dtr.local:4443/admin/golang`. ## Where to go next diff --git a/datacenter/dtr/2.2/guides/user/manage-images/pull-and-push-images.md b/datacenter/dtr/2.2/guides/user/manage-images/pull-and-push-images.md index aaa4cd77a1..692582e7cb 100644 --- a/datacenter/dtr/2.2/guides/user/manage-images/pull-and-push-images.md +++ b/datacenter/dtr/2.2/guides/user/manage-images/pull-and-push-images.md @@ -26,18 +26,18 @@ Click on the repository to see its details. ![](../../images/pull-push-images-2.png) -To pull the 1.7 tag of the dave.lauper/golang image, run: +To pull the 1.7 tag of the admin/golang image, run: ```bash -$ docker login dtr.company.org -$ docker pull dtr.company.org/dave.lauper/golang:1.7 +$ docker login dtr.local:4443 +$ docker pull dtr.local:4443/admin/golang:1.7 ``` ## Push an image Before you can push an image to DTR you need to [create a repository](index.md) to store the image. In this example the full name of our repository is -`dtr.company.org/dave.lauper/golang`. +`dtr.local/admin/golang`. ### Tag the image @@ -50,7 +50,7 @@ from, and where it will be pushed to. $ docker pull golang:1.7 # Tag the golang:1.7 image with the full repository name we've created in DTR -$ docker tag golang:1.7 dtr.company.org/dave.lauper/golang:1.7 +$ docker tag golang:1.7 dtr.local:4443/admin/golang:1.7 ``` ### Push the image @@ -59,8 +59,8 @@ Now that you have tagged the image, you only need to authenticate and push the image to DTR. ```bash -$ docker login dtr.company.org -$ docker push dtr.company.org/dave.lauper/golang:1.7 +$ docker login dtr.local:4443 +$ docker push dtr.local:4443/admin/golang:1.7 ``` Go back to the **DTR web UI** to validate that the tag was successfully pushed.