Skip to content

Data and Volumes

Nomad host volumes can manage storage for stateful workloads running inside a Nomad cluster. Host volumes can be used for persistent storage.

Example

Client Configuration

config.hcl
host_volume "my-data" {
    path      = "/opt/mysql/data"
    read_only = false
}

Docs


Last update: August 5, 2023
Created: May 27, 2023