Change Task titles to imperative. (#4022)

This commit is contained in:
Steve Perry
2017-06-08 11:48:28 -07:00
committed by GitHub
parent 67ece8bc15
commit adf00a04a2
14 changed files with 44 additions and 44 deletions
@@ -1,5 +1,5 @@
---
title: Pulling an Image from a Private Registry
title: Pull an Image from a Private Registry
---
{% capture overview %}
@@ -20,7 +20,7 @@ private Docker registry or repository.
{% capture steps %}
## Logging in to Docker
## Log in to Docker
docker login
@@ -45,7 +45,7 @@ The output contains a section similar to this:
NOTE: If you use a Docker credentials store, you won't see that `auth` entry but a `credsStore` entry with the name of the store as value.
## Creating a Secret that holds your authorization token
## Create a Secret that holds your authorization token
Create a Secret named `regsecret`:
@@ -95,7 +95,7 @@ The output is similar to this:
Notice that the secret data contains the authorization token from your
`config.json` file.
## Creating a Pod that uses your Secret
## Create a Pod that uses your Secret
Here is a configuration file for a Pod that needs access to your secret data: