Home

Awesome

Tsaotun - Python based Assistance for Docker

Table of contents


asciicast

<a name="releases"></a>

Latest Releases

<a name="status"></a>

Status quo

$HOME
└───Tsaotun
    └───addons
        ├── addon_A - __init__.py, ...
        ├── addon_B - __init__.py, ...
        └───__init__.py

<a name="feature"></a>

Feature

<a name="install"></a>

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
<img src="http://i.imgur.com/WRkfRoq.png" width="540">

<a name="contribute"></a>

Contribute

LinuxWindowsMacOSX
Compatibility Docker VersionCompatibility Docker VersionCompatibility Docker Version

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

<a name="license"></a>

LICENSE

This project use Apache License, Version 2.0.