Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 415 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 415 Bytes

luzifer-docker / curator

Run elasticsearch curator in a Docker container

Usage

## Build container (optional)
$ docker build -t luzifer/curator .

## Create config and action file
$ tree
.
├── curator.yml
└── delete-indices.yml

0 directories, 2 files

## Execute curator
$ docker run --rm -ti -v $(pwd):/home/curator/.curator -v $(pwd):/data luzifer/curator /data/delete-indices.yml