We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97eaa04 commit 743cbeaCopy full SHA for 743cbea
falco/output_change/Readme.md
@@ -10,7 +10,7 @@ apt install -y clang llvm
10
```
11
### Run shell inside a container
12
13
-docker run --name ubuntu bash --rm -i -t ubuntu bash
+docker run -it --name ubuntu ubuntu bash
14
15
### Change Falco Rules
16
-`output: "[%evt.time][%container.id] [%container.name]"`
+`output: "[%evt.time][%container.id] [%container.name]"`
0 commit comments