Skip to content

Commit 2c21948

Browse files
committed
changing language to suggest that testing is optional :)
1 parent b14a509 commit 2c21948

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pages/docs/user-docs/docs-docker.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ Password: [password]
142142
Again, this can be in addition to specification of a custom registry with the `Registry` parameter.
143143

144144
#### Authentication in the Environment
145-
You can export the registry, and authentication token in environmental variables as follows. First, you should obtain your token using the command line. Here we do that and put it into an environmental variable, `CREDENTIAL`:
145+
You can export the registry, and authentication token in environmental variables as follows. (Optionally) first, if you want to test your token, you can obtain it using the command line (skip this step if you don't need or want to test). Here we do that and put it into an environmental variable, `CREDENTIAL`:
146+
146147

147148
```bash
148149
CREDENTIAL=$(echo -n vanessa:[password] | base64)

0 commit comments

Comments
 (0)