All Projects → qazbnm456 → tsaotun

qazbnm456 / tsaotun

Licence: other
Tsaotun - Python based Assistance for Docker

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to tsaotun

pyrocms-cheatsheet
Pyro CMS - Cheat Sheet
Stars: ✭ 17 (-66.67%)
Mutual labels:  addon
Blender-ArmorPaintLiveLink
This is a live-link tool to switch from Blender to ArmorPaint by only clicking in one button.
Stars: ✭ 86 (+68.63%)
Mutual labels:  addon
repo-scrapers
Official source repository for Kodi scraper add-ons
Stars: ✭ 27 (-47.06%)
Mutual labels:  addon
VSCode-Bedrock-Development-Extension
An extension that provides support for files such as: .mcfunction, .json and .lang. Features include: completion, validations, formatters, diagnostics, cheat-sheets, code-actions, generation of files, and development tools to help develop Minecraft Bedrock Addons or Minecraft Education Edition.
Stars: ✭ 45 (-11.76%)
Mutual labels:  addon
XIV Databar
AddOn for WoW that displays a databar at the bottom/top of the screen with several modules and customization options.
Stars: ✭ 43 (-15.69%)
Mutual labels:  addon
alfresco-simple-content-stores
Addon to provide a set of common content store implementations and easy-to-use configuration (no Spring config)
Stars: ✭ 40 (-21.57%)
Mutual labels:  addon
WoWUnit
A unit testing framework for World of Warcraft
Stars: ✭ 20 (-60.78%)
Mutual labels:  addon
neuro-bge
Node-based Blender game engine and logic editor addon for Blender
Stars: ✭ 27 (-47.06%)
Mutual labels:  addon
AdiBags
WoW Addon — Adirelle's bag addon.
Stars: ✭ 94 (+84.31%)
Mutual labels:  addon
VSE Transform Tools
Quickly transform, crop and fade video strips in Blender's Video Sequence Editor
Stars: ✭ 195 (+282.35%)
Mutual labels:  addon
PieMenusPlus
Pie Menus Plus is a complete Pie Menu ecosystem for Blender 2.8+
Stars: ✭ 26 (-49.02%)
Mutual labels:  addon
godot-engine.supabase
A lightweight addon which integrates Supabase APIs for Godot Engine out of the box.
Stars: ✭ 39 (-23.53%)
Mutual labels:  addon
addon-tor
Tor - Home Assistant Community Add-ons
Stars: ✭ 37 (-27.45%)
Mutual labels:  addon
httpz
Fat-free hardenable opportunistic encryption for Firefox
Stars: ✭ 60 (+17.65%)
Mutual labels:  addon
yet-another-pinboard-extension
Manage your Pinboard bookmarks in your browser.
Stars: ✭ 27 (-47.06%)
Mutual labels:  addon
addon-check
Automatic checks for new repository submissions
Stars: ✭ 45 (-11.76%)
Mutual labels:  addon
Blender-Metaverse-Addon
Blender toolset for creating content for Metaverses like High Fidelity
Stars: ✭ 53 (+3.92%)
Mutual labels:  addon
ember-app-scheduler
An Ember addon to schedule work until after the initial render.
Stars: ✭ 67 (+31.37%)
Mutual labels:  addon
ember-legit-forms
Component for creating flexible forms along with validations.
Stars: ✭ 41 (-19.61%)
Mutual labels:  addon
DuBLF DuBlast
Quick Playblast tool for Blender
Stars: ✭ 18 (-64.71%)
Mutual labels:  addon

Tsaotun - Python based Assistance for Docker

Table of contents


asciicast

Latest Releases

  • 0.9.3 - Add events commmand, and fix some option problems
  • 0.9.4 - Correct the value of since argument of logs command

Status quo

  • Currently support following commands:

    • tsaotun version, info, events, inspect, images, pull, build, run, save, logs, stats, stop, rename, restart, exec, rmi, rm, ps, top, history, cp
    • tsaotun container inspect, run, logs, stats, stop, rename, restart, exec ,rm, ls, top, cp
    • tsaotun image inspect, ls, pull, build, save, rm, history
    • tsaotun network inspect, ls, create, rm, remove, connect, disconnect
    • tsaotun volume inspect, ls, create, rm, remove
    • tsaotun addon ls, enable, disable, inspect, install, rm
  • Addon feature is testing right now, and each addon should has its own folder with __init__.py inside. Addon folder struture shows like:

$HOME
└───Tsaotun
    └───addons
        ├── addon_A - __init__.py, ...
        ├── addon_B - __init__.py, ...
        └───__init__.py
  • We now have a sample addon called toolbox, and you can check it out to see how to write an addon on your own.

Feature

  • You can run any command docker can run on Tsaotun.
  • It's written in Python with love of API of docker, so you can tune it by yourself!
  • It means you can have your own implementation of docker command line tool. 😏

Install

Normal Way

  1. pip install tsaotun, or
  2. Clone the repo, and python ./setup.py install

Docker Way

  1. Pull from docker hub

    • docker pull qazbnm456/tsaotun
      • docker run --rm -v /var/run/docker.sock:/var/run/docker.sock qazbnm456/tsaotun version
  2. Build it yourself

    • 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:
      • docker run --rm -v /var/run/docker.sock:/var/run/docker.sock tsaotun version

Contribute

Linux Windows MacOSX
Compatibility Docker Version Compatibility Docker Version Compatibility Docker Version

Wanna enrich the possibilities that tsaotun can inspire? Send pull requests or issues immediately!

LICENSE

This project use Apache License, Version 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].