NAME:
docktool
USAGE:
docktool [global options] COMMAND [command options] [arguments ...]
VERSION:
v1.2.x
AUTHORS:
应卓 <[email protected]>
COMMANDS:
filegen generate file using template
filedel delete files/dirs using wildcard
wait wait until tcp reachable or timeout
sleep make current thread sleep
secret encode/decode a string
uuid create random uuid
test test env/file/dir/tcp
GLOBALS OPTIONS:
-q, --quiet quiet mode (default: false)
-h, --help print this usage
-v, --version print version information
SEE ALSO:
https://github.com/yingzhuo/docktool
Run 'docktool COMMAND --help' for more information on a command.
also, you can install it on your docker image. Two examples:
FROM busybox
COPY --from=yingzhuo/docktool:latest /bin/docktool /bin/docktoolgit clone [email protected]:yingzhuo/docktool.git
cd ./docktool/
make install- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
Apache 2.0 license. See LICENSE
See chang log
- 应卓 - github
See also the list of contributors who participated in this project.