From bbb776be7b770b40172fa658163cc727227953bb Mon Sep 17 00:00:00 2001 From: Darren <27513732@qq.com> Date: Sat, 25 Jun 2022 17:51:48 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8071c224..297716aa 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,9 @@ StackHub is for opensource stacks automation, it is developing... ## API * Docker API: http://IP:9009/ + +## CMD for referance +``` +# Get all docker repo of Websoft9 org +gh repo list Websoft9 -L 500 | awk '{print $1}' | grep docker > test +```