diff options
Diffstat (limited to 'python/python-docker/README')
-rw-r--r-- | python/python-docker/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-docker/README b/python/python-docker/README new file mode 100644 index 0000000000000..c23273a39d5e9 --- /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. |