Metadata-Version: 2.1
Name: idocker
Version: 0.0.2
Summary: docker cli with python
Home-page: https://github.com/ponponon/idocker
Author: ponponon
Author-email: 1729303158@qq.com
Maintainer: ponponon
Maintainer-email: 1729303158@qq.com
License: MIT License
Platform: all
Classifier: Programming Language :: Python
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown

# idocker

## Introduce

Advanced client for docker written in python

⭐️ 🌟 ✨ ⚡️ ☄️ 💥

## Installation

Package is uploaded on PyPI.

You can install it with pip:

```shell
pip install idocker
```

## Requirements

Python -- one of the following:

- CPython : 3.8 and newer ✅
- PyPy : Software compatibility not yet tested ❓

## Documentation

📄 Intensified preparation in progress

## Example


Enter the command in the terminal: `idocker ps`

The following output is obtained

```shell
There is a total of 21 container
db71dcc7fea4   exited     /alertmanager                     None
bab1089dc3df   running    /elasticsearch_exporter       11.95 MB
d23fc6eb4a5c   running    /elk-cerebro                 480.48 MB
f100ffd28ed3   running    /elk-elasticsearch-8           3.18 GB
d1a0f9d09345   running    /elk-kibana-8                407.57 MB
751467051c58   running    /gitlab                         8.0 GB
c594dcd36a14   running    /grafana                      43.52 MB
6b13560ced8a   exited     /hbase                            None
6cbb8a7b63a1   running    /milvus-etcd                  34.91 MB
d36c19f52060   running    /milvus-minio                103.16 MB
1f28d40a1abb   running    /milvus-standalone           674.89 MB
c601e2fa0547   exited     /minikube                         None
b768a2a4d9af   running    /mongo-express                37.77 MB
cfe1ae642072   running    /mongodb                      161.4 MB
85fd1dcf90cb   running    /mysql8                      419.54 MB
cc9720257961   created    /nexus3_web_1                     None
1c76fde33874   exited     /node_exporter                    None
e4a84961e1d7   running    /prometheus                   30.57 MB
b4aec98ee394   running    /rabbitmq3-management        149.37 MB
1e929ef86e99   running    /rebloom                       7.61 MB
c981130d15e2   running    /zilliz_attu                  78.32 MB
```
