{"id":13416373,"url":"https://github.com/qazbnm456/tsaotun","last_synced_at":"2025-10-30T02:48:05.849Z","repository":{"id":57423530,"uuid":"73871938","full_name":"qazbnm456/tsaotun","owner":"qazbnm456","description":"Tsaotun - Python based Assistance for Docker","archived":false,"fork":false,"pushed_at":"2022-10-04T06:53:45.000Z","size":182,"stargazers_count":54,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-11T07:10:06.998Z","etag":null,"topics":["addon","assistance","docker","docker-command","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qazbnm456.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-16T01:38:18.000Z","updated_at":"2024-09-22T06:23:27.000Z","dependencies_parsed_at":"2022-09-07T01:11:53.199Z","dependency_job_id":null,"html_url":"https://github.com/qazbnm456/tsaotun","commit_stats":null,"previous_names":["qazbnm456/dokcer"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qazbnm456%2Ftsaotun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qazbnm456%2Ftsaotun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qazbnm456%2Ftsaotun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qazbnm456%2Ftsaotun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qazbnm456","download_url":"https://codeload.github.com/qazbnm456/tsaotun/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221720384,"owners_count":16869476,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["addon","assistance","docker","docker-command","python"],"created_at":"2024-07-30T21:00:57.817Z","updated_at":"2025-10-16T17:44:07.259Z","avatar_url":"https://github.com/qazbnm456.png","language":"Python","funding_links":[],"categories":["Container Operations"],"sub_categories":["User Interface"],"readme":"# Tsaotun - Python based Assistance for Docker\n\n## **Table of contents**\n\n* [Releases](#releases)\n* [Status quo](#status)\n* [Feature](#feature)\n* [Install](#install)\n* [Contribute](#contribute)\n* [LICENSE](#license)\n\n---------------------------------------\n\n[![asciicast](https://asciinema.org/a/99422.png)](https://asciinema.org/a/99422?autoplay=1)\n\n\u003ca name=\"releases\"\u003e\u003c/a\u003e\n## Latest Releases\n\n- 0.9.3 - Add `events` commmand, and fix some option problems\n- 0.9.4 - Correct the value of `since` argument of `logs` command\n\n\u003ca name=\"status\"\u003e\u003c/a\u003e\n## Status quo\n\n- Currently support following commands:\n    - tsaotun `version, info, events, inspect, images, pull, build, run, save, logs, stats, stop, rename, restart, exec, rmi, rm, ps, top, history, cp`\n    - tsaotun container `inspect, run, logs, stats, stop, rename, restart, exec ,rm, ls, top, cp`\n    - tsaotun image `inspect, ls, pull, build, save, rm, history`\n    - tsaotun network `inspect, ls, create, rm, remove, connect, disconnect`\n    - tsaotun volume `inspect, ls, create, rm, remove`\n    - tsaotun addon `ls, enable, disable, inspect, install, rm`\n\n- Addon feature is testing right now, and each addon should has its own folder with `__init__.py` inside. Addon folder struture shows like:\n\n```\n$HOME\n└───Tsaotun\n    └───addons\n        ├── addon_A - __init__.py, ...\n        ├── addon_B - __init__.py, ...\n        └───__init__.py\n```\n\n- We now have a sample addon called [toolbox](https://github.com/qazbnm456/toolbox), and you can check it out to see how to write an addon on your own.\n\n\u003ca name=\"feature\"\u003e\u003c/a\u003e\n## Feature\n\n- You can run any command docker can run on Tsaotun.\n- It's written in Python with love of API of docker, so you can tune it by yourself!\n- It means you can have your own implementation of docker command line tool. :smirk:\n\n\u003ca name=\"install\"\u003e\u003c/a\u003e\n## Install\n\n### Normal Way\n\n1. `pip install tsaotun`, or\n2. Clone the repo, and `python ./setup.py install`\n\n### Docker Way\n\n1. Pull from docker hub\n    - `docker pull qazbnm456/tsaotun`\n        - `docker run --rm -v /var/run/docker.sock:/var/run/docker.sock qazbnm456/tsaotun version`\n\n2. Build it yourself\n    - [Dockerfile](Dockerfile) is provided, and you can build it with: `docker build -t tsaotun .`. Once you finished, you'd like to run any command, such as:\n        - `docker run --rm -v /var/run/docker.sock:/var/run/docker.sock tsaotun version`\n\n\u003cimg src=\"http://i.imgur.com/WRkfRoq.png\" width=\"540\"\u003e\n\n\u003ca name=\"contribute\"\u003e\u003c/a\u003e\n## Contribute\n\n| Linux | Windows | MacOSX |\n|------------------|---------|---------|\n| ![Compatibility Docker Version](https://img.shields.io/badge/docker-17.10.0--ce-blue.svg) | ![Compatibility Docker Version](https://img.shields.io/badge/docker-17.10.0--ce-blue.svg) | ![Compatibility Docker Version](https://img.shields.io/badge/docker-17.10.0--ce-blue.svg) |\n\nWanna enrich the possibilities that tsaotun can inspire? Send pull requests or issues immediately!\n\n\u003ca name=\"license\"\u003e\u003c/a\u003e\n## LICENSE\n\nThis project use [Apache License, Version 2.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqazbnm456%2Ftsaotun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqazbnm456%2Ftsaotun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqazbnm456%2Ftsaotun/lists"}