Automate the administration of docker and kubernetes
Project description
🐍atk🐋
🌴(Automation)-(Terminal)-(Kubernetes)
🎣Automate the administration of docker and kubernetes
⚓支持 Python3.8 版本的atk,正在开发中……
Simple to install
</code></pre> </li> </ol> <p>pip install atk</p> <pre><code>
first step
实例化
Agility_Docker()
,如果您没有安装docker
,那么将会报错。from atk import * docker = Agility_Docker()
Check the container
查询容器
query()
查询镜像
query(self_object_='images')
docker.query() docker.query(self_object_='images')
Run the container
运行容器
run()
docker.run(docker.run(images_name='centos', vessel_name='centos1'))
Query the network card
查询网卡
query_network()
docker.query_network(formatting=True)
Modify image tag(label)
修改镜像标签
tag()
docker.tag(old_name='centos', new_name='centos2')
更多使用说明:atk-GitHub-tutorial
当前版本:
version-0.1.3.8b
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
atk-0.1.3.8b0.tar.gz
(13.2 kB
view details)
Built Distribution
atk-0.1.3.8b0-py3-none-any.whl
(13.2 kB
view details)
File details
Details for the file atk-0.1.3.8b0.tar.gz
.
File metadata
- Download URL: atk-0.1.3.8b0.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 324d97ff475e9c50f52324112b184cbabf51d851984be019db3e20628ff6db83 |
|
MD5 | 400d4e4971e46af460b9165bad379454 |
|
BLAKE2b-256 | 859d1e2f65e1c100667c81d7a65f5e18337ec6a07f70b4fb8163d131857789d5 |
File details
Details for the file atk-0.1.3.8b0-py3-none-any.whl
.
File metadata
- Download URL: atk-0.1.3.8b0-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6319026c01cba5b314359d9c01d61261c70df5f44ff3a7c5cda93451c68f590 |
|
MD5 | 22a2f7a911503491928d846e678aa1fc |
|
BLAKE2b-256 | 017f8daf06b25cc01d79fc42be33c2fddc4d337e66f7397fc7793aec50cadc08 |