Skip to content

Commit

Permalink
Merge pull request #180 from levoai/ssg/fix/update-pcap-doc
Browse files Browse the repository at this point in the history
Update pcap-sensor version and entrypoint
  • Loading branch information
sohitgore authored Jan 9, 2024
2 parents 7c7d239 + 91646f9 commit 48383f4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ The steps to add the sensor to your task are as follows
```json
{
"name": "levo-pcap-sensor",
"image": "levoai/pcap-sensor:0.0.17",
"image": "levoai/pcap-sensor:0.0.20",
"cpu": 512,
"memory": 512,
"portMappings": [],
"essential": false,
"entryPoint": [
"./levo_pcap_sensor.sh",
"./bin/init",
"apidump",
"--satellite-url",
"< INSERT SATELLITE URL (http(s)://hostname|IP:port) >",
Expand Down Expand Up @@ -95,8 +95,8 @@ Specify additional flags in the entrypoint
- Admin (or `sudo`) privileges on the Docker host

```bash
sudo docker run --net=host --rm -it levoai/pcap-sensor:0.0.17 \
./levo_pcap_sensor.sh apidump \
sudo docker run --net=host --rm -it levoai/pcap-sensor:0.0.20 \
./bin/init apidump \
--satellite-url "your satellite url (http(s)://hostname|IP:port)" \
--levo-env "your application environment (staging, production etc.)" \
--levoai-org-id "your levo org id"
Expand Down

0 comments on commit 48383f4

Please sign in to comment.