From ca4d0959c9d5b13ecbe487deb6bb9bc544711743 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Fri, 14 Oct 2022 01:13:16 +0100 Subject: python/python3-docker: Added (Python lib for the Docker Engine API) Signed-off-by: Willy Sudiarto Raharjo --- python/python3-docker/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python3-docker/README (limited to 'python/python3-docker/README') diff --git a/python/python3-docker/README b/python/python3-docker/README new file mode 100644 index 0000000000..c23273a39d --- /dev/null +++ b/python/python3-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