mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-02 15:15:17 +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:
committed by
Leo Di Donato
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
|
Reference in New Issue
Block a user