mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
The examples for `nomad volume create` and `nomad volume register` are not setting `mount_flags` using an array of strings. This fixes the issue by changing the example to be `mount_flags = ["noatime"]`.