Skip to content

Commit 743cbea

Browse files
authored
Update Readme.md
1 parent 97eaa04 commit 743cbea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

falco/output_change/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apt install -y clang llvm
1010
```
1111
### Run shell inside a container
1212
```
13-
docker run --name ubuntu bash --rm -i -t ubuntu bash
13+
docker run -it --name ubuntu ubuntu bash
1414
```
1515
### Change Falco Rules
16-
`output: "[%evt.time][%container.id] [%container.name]"`
16+
`output: "[%evt.time][%container.id] [%container.name]"`

0 commit comments

Comments
 (0)