Skip to content

Commit e482e12

Browse files
committed
README updates
1 parent 90f165d commit e482e12

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ the container, you specify which tool to run.
6262
docker pull ns1labs/pktvisor
6363
```
6464

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.
6666

6767
2. *Start the collector agent*
6868

@@ -247,7 +247,6 @@ visor:
247247
# optionally define global configuration (see command line options)
248248
config:
249249
verbose: true
250-
log_file: /tmp/pktvisor_output.log
251250
# optionally define taps
252251
taps:
253252
default_pcap:
@@ -298,8 +297,7 @@ If running in a Docker container, you must mount the configuration file into the
298297
is on the host at `/local/pktvisor/agent.yaml`, you can mount it into the container and use it with this command:
299298

300299
```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
303301
```
304302

305303

@@ -554,8 +552,7 @@ Please [contact us](#contact-us) if you have any questions on installation, use,
554552
We are very interested in hearing about your use cases, feature requests, and other feedback!
555553

556554
* [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)
559556
* Start a [Discussion](https://github.com/ns1labs/pktvisor/discussions)
560557
* [Join us on Slack](https://join.slack.com/t/ns1labs/shared_invite/zt-qqsm5cb4-9fsq1xa~R3h~nX6W0sJzmA)
561558
* Send mail to [[email protected]](mailto:[email protected])
@@ -599,7 +596,7 @@ bin/pktvisord --help
599596

600597
As development environments can vary widely, please see
601598
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
603600
reference.
604601

605602
## Contribute

0 commit comments

Comments
 (0)