Sign inSign up

asonger/elastic-detection-cli

By asonger

•Updated almost 5 years ago

Docker Container for Elastic Detection CLI

Image
0

656

asonger/elastic-detection-cli repository overview

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

Tag summary

Content type

Image

Digest

Size

231.6 MB

Last updated

about 5 years ago

docker pull asonger/elastic-detection-cli