Minor style updates

This commit is contained in:
Usha Mandya 2021-01-18 14:56:02 +00:00 committed by GitHub
parent 88095576d7
commit 4ff71f3218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -196,8 +196,10 @@ The Docker Compose CLI automatically configures authorization so you can pull pr
For your convenience, the Docker Compose CLI offers the `docker secret` command, so you can manage secrets created on AWS SMS without having to install the AWS CLI.
First, create `token.json` file to define your DockerHub username and access token.
See [this document](https://docs.docker.com/docker-hub/access-tokens/) on generating managing access tokens:
First, create a `token.json` file to define your DockerHub username and access token.
For instructions on how to generate access tokens, see [Managing access tokens](https://docs.docker.com/docker-hub/access-tokens/).
```json
{
"username":"DockerHubUserName",
@ -205,7 +207,7 @@ See [this document](https://docs.docker.com/docker-hub/access-tokens/) on genera
}
```
The you can create a secret from this file using `docker secret`:
You can then create a secret from this file using `docker secret`:
```console
docker secret create dockerhubAccessToken token.json