open-nomad/website/content/docs/runtime/index.mdx
Charlie Voiselle 37a078ebce
Add information about template to interpolation page (#10807)
* Add information about templating using `env` function to refer to environment variables.
2023-02-10 16:12:11 -05:00

20 lines
525 B
Plaintext

---
layout: docs
page_title: Runtime
description: |-
Learn about Nomad's runtime environment variables, interpolation, caveats,
and more.
---
# Runtime
This section details Nomad's runtime information, including environment
variables, interpolations, caveats, and more.
To learn more about Nomad's runtime, choose an item from the sidebar, or choose
one of the options below:
- [Environment](/nomad/docs/runtime/environment)
- [Interpolation](/nomad/docs/runtime/interpolation)
- [Schedulers](/nomad/docs/schedulers)