PluginDev pickl.json - mugifly/pickl GitHub Wiki

pickl.json

pickl.json is a manifest file for the pickl plugin.

Example

Fields

name

A name of the plugin.

permissions

  • display - Allows to access to Display. Your plugin can be show a graphic to user.
  • systemStorage - Allows to access to System Storage (KVS) from the plugin.
  • networks - Allows to change network interfaces on host from the plugin.
  • exposeTCP=xx - Allows to expose xx/tcp (e.g. 80) port of the container to same port on the host.

Back to Home