Trial new volume_options spec
This commit is contained in:
parent
0209743a59
commit
65267f21f7
1 changed files with 7 additions and 6 deletions
|
@ -17,12 +17,13 @@
|
||||||
{
|
{
|
||||||
"type": "volume",
|
"type": "volume",
|
||||||
"target": "/media",
|
"target": "/media",
|
||||||
"VolumeOptions": {
|
"volume_options": {
|
||||||
"driver": "local",
|
"driver_config": {
|
||||||
"driver_opts": {
|
"name": "nfs",
|
||||||
"type": "nfs",
|
"options": {
|
||||||
"o": "addr=martinibar.lan,nolock,soft,rw",
|
"o": "addr=martinibar.lan,nolock,soft,rw",
|
||||||
"device": ":/volume1/docker"
|
"device": ":/volume1/docker"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue