github.com/cvmfs/docker-graphdriver@v0.0.0-20181206110523-155ec6df0521/data/plugin-config.json (about)

     1  {
     2    "Description": "CernVM-FS graphdriver as a plugin",
     3    "Documentation": "-",
     4    "Entrypoint": [
     5      "/usr/bin/entrypoint.sh"
     6    ],
     7    "Interface": {
     8      "Socket": "plugin.sock",
     9      "Types": [
    10        "docker.graphdriver/1.0"
    11      ]
    12    },
    13    "Linux": {
    14      "Capabilities": [
    15        "CAP_SYS_ADMIN",
    16        "CAP_MKNOD",
    17        "CAP_SYS_RESOURCE",
    18        "CAP_SYS_MODULE"
    19      ],
    20      "Devices": [
    21          { "Path": "/dev/fuse" }
    22  	]
    23    },
    24    "PropagatedMount": "/mnt",
    25    "Environment": [
    26  	{ "Name": "CVMFS_EXT_CONFIG",
    27  	  "Description": "Use external cvmfs config",
    28  	  "Settable": ["Value"],
    29  	  "Value": "true"
    30  	},
    31  	{ "Name": "MINIO_EXT_CONFIG",
    32  	  "Description": "Use external minio config",
    33  	  "Settable": ["Value"],
    34  	  "Value": "true"
    35  	}
    36    ],
    37    "Mounts": [
    38  	{ "Name": "cvmfs_ext_config",
    39  	  "Source": "/etc/cvmfs",
    40  	  "Destination": "/cvmfs_ext_config",
    41  	  "Type": "none",
    42  	  "Options": ["bind", "ro"],
    43  	  "Settable": ["source"]
    44  	},
    45  	{ "Name": "minio_ext_config",
    46  	  "Source": "/etc/cvmfs",
    47  	  "Destination": "/minio_ext_config",
    48  	  "Type": "none",
    49  	  "Options": ["bind", "ro"],
    50  	  "Settable": ["source"]
    51    },
    52    { "Name": "modules",
    53  	  "Source": "/lib/modules",
    54  	  "Destination": "/lib/modules",
    55  	  "Type": "none",
    56  	  "Options": ["bind", "ro"],
    57  	  "Settable": ["source"]
    58  	}
    59    ],
    60    "Network": {"type": "host"}
    61  }