From d1136f4c08e5446119facb82c5b62facc9dfda61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Sun, 11 Jun 2017 19:28:16 +0100 Subject: python/python-docker: Added (Python library for Docker Engine API). Signed-off-by: David Spencer --- python/python-docker/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python-docker/README (limited to 'python/python-docker/README') 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. -- cgit v1.2.3