We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17268ef commit 24b4b5eCopy full SHA for 24b4b5e
README.md
@@ -5,8 +5,15 @@
5
> converted to openapi v3.1.0 [docker-v1.51-patched.yaml](spec/docker-v1.51-patched.yaml) see [UPDATE.md](spec/UPDATE.md) how to upgrade client
6
7
## Example
8
+
9
+> list running all containers
10
+```shell
11
+bin/docker-api docker:list-containers
12
+```
13
14
+> listen for socket events
15
```shell
-bin/docker-api --help
16
+bin/docker-api docker:events:listen
17
```
18
19
#### Generated with [janephp/janephp](https://github.com/janephp/janephp)
0 commit comments