Modify `/etc/nomad.d/client.hcl`:

```
--- a/cookbooks/nomad/files/etc/nomad.d/client.hcl
+++ b/cookbooks/nomad/files/etc/nomad.d/client.hcl
@@ -1,13 +1,3 @@
-# /etc/nomad.d/server.hcl
-
 client {
-  enabled          = true
-}
-
-plugin "docker" {
-  config {
-    volumes {
-      enabled = true
-    }
-  }
+  enabled        = true
 }
```
This commit is contained in:
Kazuhiro MUSASHI 2022-01-14 23:26:47 +09:00
parent 935f773bca
commit 5e176ff230
1 changed files with 1 additions and 11 deletions

View File

@ -1,13 +1,3 @@
# /etc/nomad.d/server.hcl
client { client {
enabled = true enabled = true
} }
plugin "docker" {
config {
volumes {
enabled = true
}
}
}