Skip to content

Commit

Permalink
Update pcap sensor version sensor-fargate.md (#264)
Browse files Browse the repository at this point in the history
* Update pcap sensor version sensor-fargate.md

* update docker
  • Loading branch information
sohitgore authored Sep 20, 2024
1 parent 3de8127 commit 5f24e78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ title: Install PCAP Sensor on Docker | Levo.ai Documentation
- Admin (or `sudo`) privileges on the Docker host

```bash
sudo docker run --net=host --rm -it levoai/pcap-sensor:0.1.1 \
sudo docker run --net=host --rm -it levoai/pcap-sensor:0.1.3 \
./bin/init apidump \
--satellite-url "your satellite url (http(s)://hostname|IP:port)" \
--levo-env "your application environment (staging, production etc.)" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The steps to add the sensor to your task are as follows
```json
{
"name": "levo-pcap-sensor",
"image": "levoai/pcap-sensor:0.1.1",
"image": "levoai/pcap-sensor:0.1.3",
"cpu": 512,
"memory": 512,
"portMappings": [],
Expand Down

0 comments on commit 5f24e78

Please sign in to comment.