This repo contains an addon called toolbox
that provides useful aliases for docker. Besides, this repo also serves as a sample addon extending the power of Tsaotun.
You may want to follow the code and write one on your own.
- Install
tsaotun
first:pip install tsaotun
. - Install
toolbox
addon:tsaotun addon install https://github.com/qazbnm456/toolbox.git
. - Enable the addon:
tsaotun addon enable toolbox
. - Check if installation is successful:
tsaotun addon ls
.
If installation is okay, you should see somthing like:
$ tsaotun addon ls
ADDON NAME ENABLED
toolbox True
If you have any good ideas and you wanna share with one another, just send me the PR immediately.
I can't wait to see your fabulous ideas. 😄
This project use Apache License, Version 2.0.