bobrik/docker-curator

Invalid value for "action_file": Path "actions.yml" does not exist.

Closed this issue · 1 comments

Hi,

curator don't execute with my yml file. How I have to use the command? I used:

docker run --rm bobrik/curator:5.1.1 --dry-run actions.yml

docker run --rm bobrik/curator:5.1.1 --dry-run /var/actions.yml

I have same error: Invalid value for "action_file": Path "actions.yml" does not exist.

You need to bind-mount your file into container:

-w $(pwd) -v $(pwd):$(pwd)