Skip to content

yingzhuo/docktool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docktool

NAME:
   docktool

USAGE:
   docktool [global options] COMMAND [command options] [arguments ...]

VERSION:
   v1.2.x

AUTHORS:
   应卓 <yingzhor@gmail.com>

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.

Installing on docker image

also, you can install it on your docker image. Two examples:

FROM busybox

COPY --from=yingzhuo/docktool:latest /bin/docktool /bin/docktool

Build it on your computer

git clone git@github.com:yingzhuo/docktool.git
cd ./docktool/
make install

Sub Command

Contributing

  • 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

License

Apache 2.0 license. See LICENSE

Chang Log

See chang log

Authors

See also the list of contributors who participated in this project.

Acknowledgments