You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./jtimon-linux-amd64 --help or jtimon-darwin-amd64 --help
21
14
```
22
15
23
16
Please note that if you use make to build source, it will produce binary with GOOS and GOARCH names e.g. jtimon-darwin-amd64, jtimon-linux-amd64 etc. Building the source using make is recommended as it will insert git-revision, build-time info in the binary.
24
17
25
18
To understand what targets are available in make, run the make help command as follows:
26
19
27
20
```sh
28
-
make help
21
+
$ make help
29
22
```
30
23
31
24
### Note
@@ -48,7 +41,7 @@ Check the resulting image:
48
41
```sh
49
42
$ docker images jtimon
50
43
REPOSITORY TAG IMAGE ID CREATED SIZE
51
-
jtimon latest 3b7622e1464f6 minutes ago 174MB
44
+
jtimon latest f1a7946093397 minutes ago 24.5MB
52
45
```
53
46
54
47
Run it:
@@ -68,7 +61,7 @@ Enter config file name: bla.json
@@ -99,7 +92,7 @@ To explore what can go in config, please use --explore-config option.
99
92
Except connection details like host, port, etc no other part of the config is mandatory e.g. do not use influx in your config if you dont want to insert data into it.
0 commit comments