when using --tc-image flag the sidekick image is not deleted after the command execution finishes · Issue #106 · alexei-led/pumba · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sure if this is intended or not, but I think it could be a good idea to clean the sidekick image after the command is executed. As a workaround I am using something like this in order to clean the residual image: sudo docker rm $(sudo docker ps -a -q -f ancestor=gaiadocker/iproute2)