Skip to content

Releases: qazbnm456/tsaotun

tsaotun version 0.9.0

20 Jan 06:06
Compare
Choose a tag to compare
tsaotun version 0.9.0 Pre-release
Pre-release

tsaotun version 0.9.0

tsaotun version 0.8.4

19 Jan 08:43
Compare
Choose a tag to compare
tsaotun version 0.8.4 Pre-release
Pre-release

Releases

  • 0.8.4 -- Nevermind, just a typo fixed.

Status quo

  • Currently support following commands:
    • tsaotun version, info, inspect, images, pull, build, run, save, logs, stats, rename, restart, exec, rmi, rm, ps, top, history, cp
    • tsaotun container inspect, run, logs, stats, 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

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

Tsaotun version 0.8.3

19 Jan 03:44
Compare
Choose a tag to compare
Tsaotun version 0.8.3 Pre-release
Pre-release

Releases

  • 0.8.3 -- Nevermind, just a typo fixed.

Status quo

  • Currently support following commands:
    • tsaotun version, info, inspect, images, pull, build, run, save, logs, stats, rename, restart, exec, rmi, rm, ps, top, history, cp
    • tsaotun container inspect, run, logs, stats, 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

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

dokcer 0.8.2

19 Jan 03:26
Compare
Choose a tag to compare
dokcer 0.8.2 Pre-release
Pre-release

Tsaotun - 0.8.2:

Feature

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

Tsaotun - Python based Assistance for Docker

15 Jan 08:33
Compare
Choose a tag to compare

Tsaotun - 0.8.1:

Feature

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

dokcer v0.8

14 Jan 14:29
Compare
Choose a tag to compare
dokcer v0.8 Pre-release
Pre-release

dokcer v0.8

dokcer v0.7

10 Jan 10:26
Compare
Choose a tag to compare
dokcer v0.7 Pre-release
Pre-release

dokcer v0.7 - Code cleanup and move root commands into their command groups (such as container, image, network, and etc)

dokcer v0.6

23 Dec 14:58
Compare
Choose a tag to compare
dokcer v0.6 Pre-release
Pre-release

dokcer v0.6

  • New:
    • Fix format problems within lots of commands
    • Add bash completion for dokcer
    • Draft of intrude method proposed
  • Currently support following commands:
    • dokcer version, info, inspect, images, pull, build, run, logs, stats, rename, restart, exec, rmi, rm, ps, top, history, cp
    • dokcer network ls, create, rm, remove, inspect, connect, disconnect
    • dokcer volume ls, create, rm, remove, inspect

dokcer v0.5

23 Dec 05:46
Compare
Choose a tag to compare
dokcer v0.5 Pre-release
Pre-release

dokcer v0.5

  • Currently support following commands:
    • dokcer version, info, inspect, images, pull, build, run, logs, stats, rename, restart, exec, rmi, rm, ps, top, history, cp
    • dokcer network ls, create, rm, remove, inspect, connect, disconnect
    • dokcer volume ls, create, rm, remove, inspect