1.2 KiB
1.2 KiB
PluginConfig
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| docker_version | Option<String> | Docker Version used to create the plugin | [optional] |
| description | String | ||
| documentation | String | ||
| interface | models::PluginConfigInterface | ||
| entrypoint | Vec | ||
| work_dir | String | ||
| user | Option<models::PluginConfigUser> | [optional] | |
| network | models::PluginConfigNetwork | ||
| linux | models::PluginConfigLinux | ||
| propagated_mount | String | ||
| ipc_host | bool | ||
| pid_host | bool | ||
| mounts | Vecmodels::PluginMount | ||
| env | Vecmodels::PluginEnv | ||
| args | models::PluginConfigArgs | ||
| rootfs | Option<models::PluginConfigRootfs> | [optional] |