Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

docker-py

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docker-py

Python client for Docker.

pipPyPI
Version
1.10.6
Maintainers
2

docker-py

|Build Status|

A Python library for the Docker Remote API. It does everything the docker command does, but from within Python – run containers, manage them, pull/push images, etc.

Installation

The latest stable version is always available on PyPi.

::

pip install docker-py

Documentation

|Documentation Status|

Read the full documentation here <https://docker-py.readthedocs.io/en/latest/>__. The source is available in the docs/ directory.

License

Docker is licensed under the Apache License, Version 2.0. See LICENSE for full license text

.. |Build Status| image:: https://travis-ci.org/docker/docker-py.png :target: https://travis-ci.org/docker/docker-py .. |Documentation Status| image:: https://readthedocs.org/projects/docker-py/badge/?version=latest :target: https://readthedocs.org/projects/docker-py/?badge=latest

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts