mirror of
https://github.com/luzifer-docker/curator.git
synced 2024-12-20 17:51:23 +00:00
Run elasticsearch curator in a Docker container
c18cee8aa1
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.13...5.1) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.gitignore | ||
.travis.yml | ||
build.sh | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
requirements.txt |
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