Update ephemeral_disk.mdx (#14356)

It is really unclear on how to use this feature. it took me a while to find this, so I thought I would purpose how to use this.
This commit is contained in:
Brett Larson
2022-08-31 19:17:41 -05:00
committed by GitHub
parent 79c08ae577
commit baa3b05d00

View File

@@ -26,6 +26,7 @@ job "docs" {
}
}
```
The ephemeral disk can be referenced under `alloc/data/`. More information can be found in the [filesystem internals].
## `ephemeral_disk` Parameters
@@ -60,3 +61,4 @@ ephemeral_disk {
```
[resources]: /docs/job-specification/resources 'Nomad resources Job Specification'
[filesystem internals]: /docs/concepts/filesystem#templates-artifacts-and-dispatch-payloads 'Filesystem internals documentation'