Docker Container for Elastic Detection CLI
656

docker pull asonger/elastic-detection-cli
docker build -t elastic-detection-cli .
docker container run -it --name elastic-detection-cli elastic-detection-cli
docker rm -f $(docker ps -aq) # Delete all Containers
docker rmi -f $(docker images -q) # Delete all Images
python3 -m detection_rules --help
Content type
Image
Digest
Size
231.6 MB
Last updated
about 5 years ago
docker pull asonger/elastic-detection-cli