mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-16 07:47:00 +00:00
new(docker): default usage command for falco tester image
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
c5e296576d
commit
62be14dde6
17
docker/tester/root/usr/bin/usage
Executable file
17
docker/tester/root/usr/bin/usage
Executable file
@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cat <<EOF
|
||||
Hello, this is the Falco tester container.
|
||||
|
||||
How to use.
|
||||
|
||||
...
|
||||
|
||||
How to build.
|
||||
|
||||
...
|
||||
|
||||
Environment.
|
||||
|
||||
* ...
|
||||
EOF
|
Loading…
Reference in New Issue
Block a user