Closed
Description
When you try to do for example:
pumba --debug netem --duration 2m --tc-image gaiadocker/iproute2 delay --time 10000 re2:^web
you will get 'Error: No such image: gaiadocker/iproute2' until you will do 'docker pull gaiadocker/iproute2'.
From local run it's ok. But if run it on Jenkins or inside docker (brand new OS\container\etc.) you should run 'docker pull gaiadocker/iproute2' before test run.
Can you provide docker pull if use '--tc-image gaiadocker/iproute2' ?