

Integrates DigitalOcean's block storage solution into the Docker ecosystem by automatically attaching a given block storage volume to a DigitalOcean droplet and making the contents of the volume available to Docker containers running on that droplet.Ī volume plugin that provides highly available storage replicated by DRBD. It's a simple standalone executable written in Go and provides the framework to support vendor-specific extensions such as snapshots, backups and restore. It has support for Ceph and NFS.Ī volume plugin for a variety of storage back-ends including device mapper and NFS. It supports single and multi-host Docker environments with features that include tenant isolation, automated provisioning, encryption, secure deletion, snapshots and QoS.Īn open source volume plugin that provides multi-tenant, persistent, distributed storage with intent based consumption. Learn more.Īn open source volume plugin to create persistent volumes in a BeeGFS parallel file system.Ī volume plugin that provides access to an extensible set of container-based persistent storage options. Lets you mount Microsoft Azure File Storage shares to Docker containers as volumes using the SMB 3.0 protocol. Weave networks are resilient, partition tolerant, secure and work in partially connected networks, and other adverse environments - all configured with delightful simplicity.
Convoy plugin odkcer driver#
It includes an IPAM driver as well.Ī network plugin that creates a virtual network that connects your Docker containers - across multiple hosts or clouds and enables automatic discovery of applications. Contiv Networking implements the remote driver and IPAM APIs available in Docker 1.9 onwards.Ī network plugin is developed as part of the OpenStack Kuryr project and implements the Docker networking (libnetwork) remote driver API by utilizing Neutron, the OpenStack networking service. Network plugins PluginĪn open source network plugin to provide infrastructure and security policies for a multi-tenant micro services deployment, while providing an integration to physical network for non-container workload. The sections below provide an inexhaustive overview of available plugins. Installing a pluginįollow the instructions in the plugin's documentation. In the future it will support additional plugin types. For example, a volume plugin might enable Docker volumes to persist across multiple Docker hosts and a network plugin might provide network plumbing.Ĭurrently Docker supports authorization, volume and network driver plugins. This page explains the types of plugins and provides links to several volume and network plugins for Docker.

You can extend the capabilities of the Docker Engine by loading third-party plugins. To view information on plugins managed by Docker, refer to Docker Engine plugin system. This document describes the Docker Engine plugins generally available in Docker Engine. “/engine/extend/plugins/” description: “How to add additional functionality to Docker with plugins extensions” keywords: “Examples, Usage, plugins, docker, documentation, user guide”.
