Skip to content

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:
   应卓 <[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.

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 [email protected]: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

About

tools for docker image building/troubleshooting.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages