forked from Ivasoft/objectivefs-docker-volume
Obectivejfs disk cache
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
13
config.json
13
config.json
@@ -98,6 +98,19 @@
|
||||
"type": "host"
|
||||
},
|
||||
"propagatedMount": "/var/lib/docker-volumes",
|
||||
"mounts": [
|
||||
{
|
||||
"name": "cache",
|
||||
"description": "Directory to use for disk cache optionally enabled using DISKCACHE_PATH",
|
||||
"destination": "/var/cache/objfs",
|
||||
"source": "/var/cache/objfs",
|
||||
"settable": [
|
||||
"source",
|
||||
"destination"
|
||||
],
|
||||
"type": "bind"
|
||||
}
|
||||
],
|
||||
"linux": {
|
||||
"capabilities": [
|
||||
"CAP_SYS_ADMIN"
|
||||
|
||||
Reference in New Issue
Block a user