@@ -26,33 +26,39 @@ The docker container supports Docker API Socket as a volume (not recommended) or
26
26
Should be simple to run the application locally it differs just slightly between OS.
27
27
28
28
```
29
- docker-beat - Version: 0.0.3 Branch: master Revision: 973cff0 . OSArch: linux/amd64.
29
+ docker-beat - Version: 0.0.5 Branch: master Revision: 55ea00b . OSArch: linux/amd64.
30
30
Daniel Portella (c) 2016
31
31
Usage of ./bin/docker-beat:
32
32
-consumer string
33
- Consumer to use: webhook, rabbitmq , etc. (default "console")
33
+ Consumer to use: Webhook, Rabbitmq , etc. (default "console")
34
34
-docker-endpoint string
35
- The Url or unix socket address for the Docker Remote API. (default "unix:///var/run/docker.sock")
35
+ The Url or unix socket address for the Docker Remote API. (default "unix:///var/run/docker.sock")
36
36
-help
37
- Prints the help information.
37
+ Prints the help information.
38
38
-rabbitmq-endpoint string
39
- rabbitmq: The URL that events will be published too. (default "amqp://guest:guest@localhost:5672/")
39
+ rabbitmq: The URL that events will be published too. (default "amqp://guest:guest@localhost:5672/")
40
40
-rabbitmq-exchange string
41
- rabbitmq: The exchange docker-beat will publish messages too. (default "docker-beat")
41
+ rabbitmq: The exchange docker-beat will publish messages too. (default "docker-beat")
42
42
-rabbitmq-exchange-type string
43
- rabbitmq: The exchange type that docker-beat will create/connect too. (direct|fanout|topic|x-custom) (default "fanout")
43
+ rabbitmq: The exchange type that docker-beat will create/connect too. (direct|fanout|topic|x-custom) (default "fanout")
44
44
-rabbitmq-reliable
45
- rabbitmq: The ensures messages published are confirmed.
45
+ rabbitmq: The ensures messages published are confirmed.
46
46
-rabbitmq-routing-key string
47
- rabbitmq: The routing key for messages published to the exchange. (default: docker-event (default "docker-event")
47
+ rabbitmq: The routing key for messages published to the exchange. (default: docker-event (default "docker-event")
48
48
-verbose
49
- Redirect trace information to the standard out.
49
+ Redirect trace information to the standard out.
50
50
-webhook-endpoint string
51
- webhook: The URL that events will be POSTed too.
51
+ webhook: The URL that events will be POSTed too.
52
52
-webhook-indent
53
- webhook: Indent the json output.
53
+ webhook: Indent the json output.
54
54
-webhook-skip-ssl-verify
55
- webhook: Tells docker-beat to ignore ssl verification for the endpoint (not recommented).
55
+ webhook: Tells docker-beat to ignore ssl verification for the endpoint (not recommented).
56
+ -websocket-endpoint string
57
+ websocket: The URL that events will be streamed too.
58
+ -websocket-origin string
59
+ websocket: The origin of the request to be used in the web socket stream.
60
+ -websocket-protocol string
61
+ websocket: The protocol to be used in the web socket stream.
56
62
```
57
63
58
64
### Linux, Darwin and FreeBSD
0 commit comments