Merge pull request #16165 from devmeyster/patch-1

Added periods at the end of bullet points for consistency
This commit is contained in:
Sebastiaan van Stijn 2015-09-09 08:32:34 +02:00
Родитель 9ca4aa4797 2022fa81ff
Коммит 6733962a2c
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -48,9 +48,9 @@ notation. Use the following guidelines to name your keys:
reserved for Docker's internal use.
- Keys should only consist of lower-cased alphanumeric characters,
dots and dashes (for example, `[a-z0-9-.]`)
dots and dashes (for example, `[a-z0-9-.]`).
- Keys should start *and* end with an alpha numeric character
- Keys should start *and* end with an alpha numeric character.
- Keys may not contain consecutive dots or dashes.