You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

docker-adapter-obfuscated

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docker-adapter-obfuscated

A Python adapter for Docker operations (obfuscated version)

0.2.0
pipPyPI
Maintainers
1

Docker Adapter

Bitzer Logo

A Python library for managing Docker containers and images with a clean and intuitive interface.

PyPI version Python Versions License: MIT

About

Docker Adapter is developed and maintained by Evolvis, a company specializing in AI and software development solutions. This library provides a clean and intuitive interface for managing Docker containers and images in Python applications.

Features

  • Container management (start, stop, pause, unpause, kill, remove)
  • Image management (pull, push, tag, remove)
  • Container and image inspection
  • Container logs and stats
  • Command execution in containers
  • Error handling with custom exceptions
  • Type hints for better IDE support

Installation

pip install docker-adapter

Quick Start

from docker_adapter import DockerClient

# Initialize the Docker client
client = DockerClient()

# List all containers
containers = client.list_containers(all=True)
for container in containers:
    print(f"Container: {container.name} (ID: {container.id})")

# List all images
images = client.list_images()
for image in images:
    print(f"Image: {image.tags[0] if image.tags else image.id}")

Documentation

For detailed documentation, please visit our documentation page.

Contributing

We welcome contributions! Please see our Contributing Guide for details.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Alban Maxhuni, PhD
Email: a.maxhuni@evolvis.ai
Evolvis

Support

For support, please contact support@evolvis.ai or visit our website.

About Evolvis

Evolvis is a technology company that specializes in:

  • Artificial Intelligence Solutions
  • Software Development
  • Cloud Infrastructure
  • DevOps Automation
  • Container Orchestration

Visit our website to learn more about our services and solutions.

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.