client: Add parsing and registration of HostVolume configuration

This commit is contained in:
Danielle Lancashire
2019-07-25 16:45:41 +02:00
parent 8514893d1d
commit 86b4296f9d
8 changed files with 86 additions and 16 deletions

View File

@@ -89,6 +89,10 @@ client {
gc_max_allocs = 50
no_host_uuid = false
disable_remote_exec = true
host_volume "tmp" {
source = "/tmp"
}
}
server {