Docker Plugin API in Python
Jacek Kowalski
2020-05-04 86701d02d0f166c753ce631f2ac8fe14e4ff49dc
README - create examples table and add new project to it
1 files modified
8 ■■■■ changed files
README.md 8 ●●●● patch | view | raw | blame | history
README.md
@@ -11,5 +11,9 @@
## Examples
Check out https://github.com/jacekkow/docker-plugin-ipam
for a real-life plugin that uses this API.
Check out following real-life plugins that utilize this package:
| Plugin | Type | URL |
| ------ | ---- | --- |
| jacekkow/pyipam | IpamDriver | https://github.com/jacekkow/docker-plugin-pyipam |
| jacekkow/pyveth | NetworkDriver | https://github.com/jacekkow/docker-plugin-pyveth |