Signed-off-by: Artur Meyster <arthurfbi@yahoo.com>
| ... | ... |
@@ -48,9 +48,9 @@ notation. Use the following guidelines to name your keys: |
| 48 | 48 |
reserved for Docker's internal use. |
| 49 | 49 |
|
| 50 | 50 |
- Keys should only consist of lower-cased alphanumeric characters, |
| 51 |
- dots and dashes (for example, `[a-z0-9-.]`) |
|
| 51 |
+ dots and dashes (for example, `[a-z0-9-.]`). |
|
| 52 | 52 |
|
| 53 |
-- Keys should start *and* end with an alpha numeric character |
|
| 53 |
+- Keys should start *and* end with an alpha numeric character. |
|
| 54 | 54 |
|
| 55 | 55 |
- Keys may not contain consecutive dots or dashes. |
| 56 | 56 |
|