Docker Plugin API in Python
Jacek Kowalski
2020-05-03 f7563b812fd7c6cc1103263fc38c6be9d669cc4b
commit | author | age
881ffe 1 # Docker Plugin API in Python
JK 2
3 This module contains some abstractions to simplify creation
4 of own plugins for Docker Engine.
5
6 It currently contains entities for:
7
8 - Plugin,
9 - IpamDriver,
10 - NetworkDriver.
11
12 ## Examples
13
14 Check out https://github.com/jacekkow/docker-plugin-ipam
15 for a real-life plugin that uses this API.