Merge pull request #140 from Yomanz/master

Add missing config to docker registry page.
This commit is contained in:
Dane Everitt 2019-09-22 14:26:29 -07:00 committed by GitHub
commit 7ccbf24426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,7 @@ The following will stop the daemon, remove the network, and start the daemon aga
| ------------ | ------------- | ----- |
| `username` | _none_ | The username to use when connecting to the registry. |
| `password` | _none_ | The password associated with the account. |
| `images` | _none_ | An array of images that are associated with the private registry. |
| `auth` | _none_ | |
| `email` | _none_ | |
| `serveraddress` | _none_ | The address to the server the registry is located on. |