Commit 54d05d6
authored
Fix: More robust suzieq tool definition (#2501)
This fix uses a different name for suzieq container and parquet volume,
allowing 'netlab up' to check whether the container has started
(otherwise 'docker inspect' returns volume info when asked about the
container).
It also creates container without the 'auto remove' flag, so the user
can inspect container logs in case of a fatal suzieq failure.
The 'tool.down' command was modified accordingly to kill the container
and then remove it.1 parent ff25087 commit 54d05d6
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments