commit c7b2fd9920a348def9eb32a606c119ef35ad479e
parent 2a26bcbecce28faf657c5268a2d2f46e1f83e77e
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Wed, 9 Feb 2022 09:09:42 +0100
feat(nomad): enable raw_exec for snapshots
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/nomad.sh b/nomad.sh
@@ -67,6 +67,13 @@ plugin "docker" {
allow_privileged = true
}
}
+
+# Enable raw exec as Nomad process for snapshots
+plugin "raw_exec" {
+ config {
+ enabled = true
+ }
+}
EOF
# ..and as a Nomad server agent