Add Slashes to allowed characters in documentation

This commit is contained in:
Max Mynter 2024-07-31 16:01:40 +02:00
parent 5726401708
commit bc34457f14
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ all previous values.
### Key format recommendations ### Key format recommendations
A label key is the left-hand side of the key-value pair. Keys are alphanumeric A label key is the left-hand side of the key-value pair. Keys are alphanumeric
strings which may contain periods (`.`), underscores (`_`), and hyphens (`-`). Most Docker users use strings which may contain periods (`.`), underscores (`_`), slashes (`/`), and hyphens (`-`). Most Docker users use
images created by other organizations, and the following guidelines help to images created by other organizations, and the following guidelines help to
prevent inadvertent duplication of labels across objects, especially if you plan prevent inadvertent duplication of labels across objects, especially if you plan
to use labels as a mechanism for automation. to use labels as a mechanism for automation.