summaryrefslogtreecommitdiffstats
path: root/python/python-docker/README
diff options
context:
space:
mode:
author Audrius Kažukauskas2017-06-11 20:28:16 +0200
committer Willy Sudiarto Raharjo2017-06-15 13:35:53 +0200
commitd1136f4c08e5446119facb82c5b62facc9dfda61 (patch)
treea1a849ce965720aae09e5357218e85df100baaa7 /python/python-docker/README
parent762b8c9bd5db155e498b9cfdc8cc9f5affaf259b (diff)
downloadslackbuilds-d1136f4c08e5446119facb82c5b62facc9dfda61.tar.gz
python/python-docker: Added (Python library for Docker Engine API).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-docker/README')
-rw-r--r--python/python-docker/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-docker/README b/python/python-docker/README
new file mode 100644
index 0000000000..c23273a39d
--- /dev/null
+++ b/python/python-docker/README
@@ -0,0 +1,3 @@
+A Python library for the Docker Engine API. It lets you do anything the
+docker command does, but from within Python apps - run containers,
+manage containers, manage Swarms, etc.