@@ -62,7 +62,7 @@ the container, you specify which tool to run.
62
62
docker pull ns1labs/pktvisor
63
63
```
64
64
65
- or use ` ns1labs/pktvisor:develop ` to get the latest development version.
65
+ or use ` ns1labs/pktvisor:latest- develop ` to get the latest development version.
66
66
67
67
2 . * Start the collector agent*
68
68
@@ -247,7 +247,6 @@ visor:
247
247
# optionally define global configuration (see command line options)
248
248
config :
249
249
verbose : true
250
- log_file : /tmp/pktvisor_output.log
251
250
# optionally define taps
252
251
taps :
253
252
default_pcap :
@@ -298,8 +297,7 @@ If running in a Docker container, you must mount the configuration file into the
298
297
is on the host at ` /local/pktvisor/agent.yaml`, you can mount it into the container and use it with this command:
299
298
300
299
` ` ` shell
301
- docker run -v /local/pktvisor:/usr/local/pktvisor/ --net=host \
302
- ns1labs/pktvisor pktvisord --config /usr/local/pktvisor/agent.yaml
300
+ docker run -v /local/pktvisor:/usr/local/pktvisor/ --net=host ns1labs/pktvisor pktvisord --config /usr/local/pktvisor/agent.yaml --admin-api
303
301
` ` `
304
302
305
303
@@ -554,8 +552,7 @@ Please [contact us](#contact-us) if you have any questions on installation, use,
554
552
We are very interested in hearing about your use cases, feature requests, and other feedback!
555
553
556
554
* [ File an issue] ( https://github.com/ns1labs/pktvisor/issues/new )
557
- * Use our [ public work board] ( https://github.com/ns1labs/pktvisor/projects/1 )
558
- * Use our [ public backlog board] ( https://github.com/ns1labs/pktvisor/projects/2 )
555
+ * See existing [ issues] ( https://github.com/ns1labs/pktvisor/issues )
559
556
* Start a [ Discussion] ( https://github.com/ns1labs/pktvisor/discussions )
560
557
* [ Join us on Slack] ( https://join.slack.com/t/ns1labs/shared_invite/zt-qqsm5cb4-9fsq1xa~R3h~nX6W0sJzmA )
561
558
@@ -599,7 +596,7 @@ bin/pktvisord --help
599
596
600
597
As development environments can vary widely, please see
601
598
the [ Dockerfile] ( https://github.com/ns1labs/pktvisor/blob/master/docker/Dockerfile )
602
- and [ Continuous Integration build file] ( https://github.com/ns1labs/pktvisor/blob/master/.github/workflows/cmake .yml ) for
599
+ and [ Continuous Integration build file] ( https://github.com/ns1labs/pktvisor/blob/master/.github/workflows/build .yml ) for
603
600
reference.
604
601
605
602
## Contribute
0 commit comments