Merge pull request #14077 from Dgotlieb/template-doc-typo-fix
template doc typo fix
This commit is contained in:
commit
295a33150e
|
@ -88,7 +88,7 @@ refer to the [Learn Go Template Syntax][gt_learn] Learn guide.
|
|||
values will use the ID of the Nomad agent user.
|
||||
|
||||
~> **Caveat:** Works only on Unix-based systems. Be careful when using
|
||||
containerized drivers, suck as `docker` or `podman`, as groups and users
|
||||
containerized drivers, such as `docker` or `podman`, as groups and users
|
||||
inside the container may have different IDs than on the host system. This
|
||||
feature will also **not** work with Docker Desktop.
|
||||
|
||||
|
@ -96,7 +96,7 @@ refer to the [Learn Go Template Syntax][gt_learn] Learn guide.
|
|||
Negative values will use the ID of the Nomad agent group.
|
||||
|
||||
~> **Caveat:** Works only on Unix-based systems. Be careful when using
|
||||
containerized drivers, suck as `docker` or `podman`, as groups and users
|
||||
containerized drivers, such as `docker` or `podman`, as groups and users
|
||||
inside the container may have different IDs than on the host system. This
|
||||
feature will also **not** work with Docker Desktop.
|
||||
|
||||
|
|
Loading…
Reference in New Issue