Docker Backup in Rule

hi is it possible to run the a execute script for backup directly with a rule

My rule is has include the follow code but it don´t work. If i use the command in the sh console it works fine.

executeCommandLine (“sudo docker exec -it 011_0_openhab2 runtime/bin/backup”)

in the Docker Container only the Command “runtime/bin/backup” work but not in my rule with the follow code
executeCommandLine (“runtime/bin/backup”)