Container command propagation tool for Podman
- Parallel and equential command propagation
- Shell script support
ccp --containers pod1 pod2 pod3 --cmd "cd /etc/default/grub"
- Sequential
Options:
-A: All containers
--cmd: Command to run or file URI
--containers: Arg List or CSV file of all containers
-p: Run in parallel across containers
-s: Run sequntially across containers (random order)