mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-24 08:30:26 +00:00
Update README.md
This commit is contained in:
parent
7b46980bb7
commit
bbb776be7b
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue