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

Run elasticsearch curator in a Docker container

License

Notifications You must be signed in to change notification settings

luzifer-docker/curator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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