From 0f951a34661bff0ff792ec4b87140a4439b3678c Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Mon, 27 Mar 2017 15:42:24 -0700 Subject: [PATCH] Update heading in DTR docs Fixes #2500 --- .../dtr/2.2/guides/user/manage-images/pull-and-push-images.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 2be5c3eb13..aaa4cd77a1 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 @@ -39,7 +39,7 @@ 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`. -## Tag the image +### Tag the image In this example we'll pull the Golang image from Docker Hub and tag with with the full DTR and repository name. A tag defines where the image was pulled @@ -53,7 +53,7 @@ $ docker pull golang:1.7 $ docker tag golang:1.7 dtr.company.org/dave.lauper/golang:1.7 ``` -## Push the image +### Push the image Now that you have tagged the image, you only need to authenticate and push the image to DTR.