Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 954 Bytes

README.md

File metadata and controls

53 lines (26 loc) · 954 Bytes

Docker Pulls Docker Stars

Docker

Pull Image from Docker Hub

docker pull asonger/elastic-detection-cli

Build Image from Dockerfile

docker build -t elastic-detection-cli .

Create and Run Container

docker container run -it --name elastic-detection-cli elastic-detection-cli

Kill and Delete Containers and Images

docker rm -f $(docker ps -aq)        # Delete all Containers
docker rmi -f $(docker images -q)    # Delete all Images

Elastic Detection Rules CLI

python3 -m detection_rules --help